keys abstract method

Future<Iterable<String>> keys(
  1. String name
)

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

  • name: The cache name

Implementation

Future<Iterable<String>> keys(String name);