EvictionStrategy

fun interface EvictionStrategy<K, V>

Functions

Link copied to clipboard
abstract fun shouldEvict(cache: Map<K, V>, key: K, entry: V): Boolean