stats abstract method

Future<Iterable<CacheStat>> stats(
  1. String name
)

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);