MetadataCacheFileCacheRecord
Unofficial
Record mapping file paths to their file cache entries (hash, mtime, size).
Import:
import type { MetadataCacheFileCacheRecord } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface MetadataCacheFileCacheRecord extends Record<string, FileCacheEntry>Extends: Record<string, FileCacheEntry>
Links to this page: