remove method

V? remove(
  1. K key
)

Implementation

V? remove(K key) {
  _cache.remove(key);
}