MetadataCache.saveFileCache method
MetadataCache › saveFileCache
Unofficial
Update file cache entry and sync to indexedDBSignature:
saveFileCache(path: string, entry: FileCacheEntry): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | The file path. |
| entry | FileCacheEntry | The file cache entry to save. |
Returns: void