Returns all keys currently in the cache.
Future<List<K>> get keys async { return await _storage.keys; }