Removes a value from the cache.
Future<bool> remove(K key) async { return await _storage.remove(key); }