remove method

void remove(
  1. K key
)

Implementation

void remove(K key) {
  _cache.remove(key);
}