remove abstract method

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

removes the entry at position key. Returns the entry or null

Implementation

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