Package wt.cache
Interface ICacheManagerPlusMBean
- All Superinterfaces:
ICacheManagerMBean,SelfEmailingMBean
- All Known Subinterfaces:
ICacheManagerClassicMBean
JMX MBean interface which defines method for calculating average age of all entries in the cache
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiondoubleAverage entry age of cache entries
Supported API: trueMethods inherited from interface wt.cache.ICacheManagerMBean
getCacheEntryCount, getCacheHits, getCacheMisses, getCacheOverflows, getCacheSize, getName, getRestartNumber, getUptime, logMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getAverageEntryAgeInSeconds
double getAverageEntryAgeInSeconds()Average entry age of cache entries
Supported API: true
-