Package org.cache2k.extra.jmx
Interface CacheStatisticsMXBean
-
- All Superinterfaces:
org.cache2k.operation.CacheStatistics
public interface CacheStatisticsMXBean extends org.cache2k.operation.CacheStatisticsThe JMX bean is identical to theCacheStatisticsin the API.- Author:
- Jens Wilke
-
-
Method Summary
-
Methods inherited from interface org.cache2k.operation.CacheStatistics
getClearCallsCount, getClearedCount, getEvictedCount, getEvictedOrRemovedWeight, getExpiredCount, getGetCount, getHitRate, getInsertCount, getKeyMutationCount, getLoadCount, getLoadExceptionCount, getMillisPerLoad, getMissCount, getPutCount, getRefreshCount, getRefreshedHitCount, getRefreshFailedCount, getRemoveCount, getSuppressedLoadExceptionCount, getTotalLoadMillis
-
-