Skip to content

iterateCacheRefs

Code location

iterateCacheRefs(cache, cb): boolean

Iterate links and embeds. If callback returns true, the iteration process will be interrupted.

Parameters

cache: CachedMetadata

cb

Returns

boolean

true if callback ever returns true, false otherwise.