Skip to content

MetadataCache.onCleanCache method

MetadataCache › onCleanCache

Unofficial

Execute onCleanCache callbacks if cache is clean

Signature:

onCleanCache(onCleanCacheCallback: () => void): void

Parameters:

Parameter Type Description
onCleanCacheCallback () => void The callback to execute when the cache is clean.

Returns: void