Class EhCacheStatisticsEvent
java.lang.Object
com.atlassian.confluence.cache.ehcache.EhCacheStatisticsEvent
- All Implemented Interfaces:
Serializable
An analytics event which contains a snapshot of the basic statistics of an ehcache.
- Since:
- 5.8
- See Also:
-
Method Summary
-
Method Details
-
getCacheName
-
getNumberOfElementsOnTheHeap
public long getNumberOfElementsOnTheHeap() -
getHitCount
public long getHitCount() -
getMissExpiredCount
public long getMissExpiredCount() -
getMissNotFoundCount
public long getMissNotFoundCount() -
getEvictedCount
public long getEvictedCount() -
getExpiredCount
public long getExpiredCount()
-