Removes the value with the given key.
key
@override Future<void> remove(String key) async { _cache.remove(key); }