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:

Parameter Type Description
path string The file path.
entry FileCacheEntry The file cache entry to save.

Returns: void