Removes the cached data associated with the given key.
key
Returns true to indicate a successful removal operation.
true
@override Future<bool> remove(String key) async { return _cache.remove(key) != null; }