remove method
V?
remove(
- K key
Removes the value associated with key and returns it.
Implementation
V? remove(K key) {
return _cache.remove(key);
}
Removes the value associated with key and returns it.
V? remove(K key) {
return _cache.remove(key);
}