Removes an item from the cache.
@override Future<void> forget(String key) async { _storage.remove(key); }