Skip to content

MetadataCache.saveMetaCache method

MetadataCache › saveMetaCache

Unofficial

Update metadata cache entry and sync to indexedDB

Signature:

saveMetaCache(hash: string, entry: CachedMetadata): void

Parameters:

Parameter Type Description
hash string The file hash.
entry CachedMetadata The metadata cache entry to save.

Returns: void