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