Appearance
export function iterateCacheRefs(cache: CachedMetadata, cb: (ref: ReferenceCache) => boolean | void): boolean;
迭代链接以及 embeds。当回调函数返回 true 时终止迭代。
cache
cb