values abstract method
Returns a Iterable over all the CacheStore CacheEntrys of a named cache.
name: The cache name
Implementation
Future<Iterable<CacheEntry>> values(String name);
Returns a Iterable over all the CacheStore CacheEntrys of a named cache.
name: The cache nameFuture<Iterable<CacheEntry>> values(String name);