evictAll

abstract suspend fun evictAll()

Removes all keys and their corresponding values from the cache.

EntryRemovedListener will be called for each removed entry with evicted set to true.