onCapacity abstract method

CacheEntry<K, V>? onCapacity(
  1. K key
)

removes the entry denoted by key. This is called if the capacity is reached.

Implementation

CacheEntry<K, V>? onCapacity(K key);