Checks if a key exists in the cache.
Future<bool> containsKey(K key) async { return await _storage.containsKey(key); }