Package org.cache2k.extra.jmx
Interface CacheStatisticsMXBean
-
- All Superinterfaces:
org.cache2k.operation.CacheStatistics
public interface CacheStatisticsMXBean extends org.cache2k.operation.CacheStatistics
The JMX bean is identical to theCacheStatistics
in 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
-
-