getCacheStats static method

CacheStats getCacheStats()

Get cache statistics

Implementation

static CacheStats getCacheStats() {
  return _cacheManager.getStats();
}