keys method

Returns a Iterable over all the CacheStore keys for the named cache

  • name: The cache name

Implementation

@override
Future<Iterable<String>> keys(String name) => _adapter.keys(name);