Removes the value associated with key. The Future completes when the operation is complete.
key
@override Future<void> invalidate(K key) async { _map.remove(key); }