Package com.atlassian.confluence.cache
Interface CacheStatistics
- All Known Implementing Classes:
HazelcastCacheStatistics
Deprecated.
Interface for reporting cache statistics
-
Method Details
-
getHitCount
long getHitCount()Deprecated. -
getExpiredCount
long getExpiredCount()Deprecated. -
getAccessCount
long getAccessCount()Deprecated. -
getMissCount
long getMissCount()Deprecated. -
getHitPercent
int getHitPercent()Deprecated. -
getSize
long getSize()Deprecated. -
getMaxSize
long getMaxSize()Deprecated. -
getName
String getName()Deprecated. -
getUsagePercent
int getUsagePercent()Deprecated. -
getNiceName
String getNiceName()Deprecated. -
hasContents
boolean hasContents()Deprecated. -
getFormattedSizeInMegabytes
String getFormattedSizeInMegabytes()Deprecated. -
getSizeInBytes
long getSizeInBytes()Deprecated. -
isNearCache
boolean isNearCache()Deprecated.
-
ManagedCache.getStatistics()