Skip to content

MetadataCache.saveFileCache method

MetadataCache › saveFileCache

Unofficial

Update file cache entry and sync to indexedDB

Signature:

saveFileCache(path: string, entry: FileCacheEntry): void

Parameters:

ParameterTypeDescription
pathstringThe file path.
entryFileCacheEntryThe file cache entry to save.

Returns: void