@MXBean
public interface CacheStatisticsMXBean
Modifier and Type | Method and Description |
---|---|
void |
clear() |
float |
getAverageGetMillis() |
float |
getAveragePutMillis() |
float |
getAverageRemoveMillis() |
long |
getCacheEvictions() |
long |
getCacheGets() |
float |
getCacheHitPercentage() |
long |
getCacheHits() |
long |
getCacheMisses() |
float |
getCacheMissPercentage() |
long |
getCachePuts() |
long |
getCacheRemovals() |
java.util.Date |
getStartAccumulationDate() |
void clear()
java.util.Date getStartAccumulationDate()
long getCacheHits()
float getCacheHitPercentage()
long getCacheMisses()
float getCacheMissPercentage()
long getCacheGets()
long getCachePuts()
long getCacheRemovals()
long getCacheEvictions()
float getAverageGetMillis()
float getAveragePutMillis()
float getAverageRemoveMillis()