BlockCache.getAll method
BlockCache › getAll
Unofficial
Iterates the block cache for every markdown file in the vault.Signature:
getAll(cancelContext: unknown): AsyncGenerator<unknown>Parameters:
| Parameter | Type | Description |
|---|---|---|
| cancelContext | unknown | A cancellation context exposing isCancelled(). |
Returns: AsyncGenerator<unknown> — An async generator over the per-file block caches.