stats abstract method
Returns a Iterable over all the CacheStore CacheStats for a named cache. It provides a optimized retrieval strategy that avoids reading the CacheEntry implementation into memory
name: The cache name
Implementation
Future<Iterable<CacheStat>> stats(String name);