evictExpired

open suspend override fun evictExpired()

Removes all expired keys and their corresponding values from the cache.

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