javax.cache
Interface CacheStatistics
- All Known Subinterfaces:
- CacheMXBean, CacheStatisticsMXBean
public interface CacheStatistics
clearStatistics
void clearStatistics()
getStartAccumulationDate
java.util.Date getStartAccumulationDate()
getCacheHits
long getCacheHits()
getCacheHitPercentage
float getCacheHitPercentage()
getCacheMisses
long getCacheMisses()
getCacheMissPercentage
float getCacheMissPercentage()
getCacheGets
long getCacheGets()
getCachePuts
long getCachePuts()
getCacheRemovals
long getCacheRemovals()
getCacheEvictions
long getCacheEvictions()
getAverageGetMillis
float getAverageGetMillis()
getAveragePutMillis
float getAveragePutMillis()
getAverageRemoveMillis
float getAverageRemoveMillis()