remove method

V? remove(
  1. K key
)

移除指定 key

Implementation

V? remove(K key) => _cache.remove(key);