MetadataCache.onCleanCache method
MetadataCache › onCleanCache
Unofficial
Execute onCleanCache callbacks if cache is cleanSignature:
onCleanCache(onCleanCacheCallback: () => void): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| onCleanCacheCallback | () => void | The callback to execute when the cache is clean. |
Returns: void