remove abstract method

V? remove(
  1. K key
)

Removes an entry from the cache. Returns null if the entry was not found. Note that the entry which may be returned is already evicted.

Implementation

V? remove(K key);