Package javax.cache.mbeans
Interface CacheStatisticsMXBean
-
- All Superinterfaces:
CacheStatistics
- All Known Subinterfaces:
CacheMXBean
- All Known Implementing Classes:
CacheMXBeanImpl
@MXBean public interface CacheStatisticsMXBean extends CacheStatistics
A management bean for cache. Each cache's statistics object must be registered with an ObjectName that is unique and has the following: Type:javax.cache:type=CacheStatisticsRequired Attributes:- CacheManager Name
- Cache Name
- Since:
- 1.0
- Author:
- Greg Luck, Yannis Cosmadopoulos
-
-
Method Summary
-
Methods inherited from interface javax.cache.CacheStatistics
clear, getAverageGetMillis, getAveragePutMillis, getAverageRemoveMillis, getCacheEvictions, getCacheGets, getCacheHitPercentage, getCacheHits, getCacheMisses, getCacheMissPercentage, getCachePuts, getCacheRemovals, getStartAccumulationDate
-
-