remove abstract method

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

removes the entry at position key. Returns the entry or null. Note that the entry is already evicted.

Implementation

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