Package com.atlassian.confluence.cache
Interface CacheStatistics
-
- All Known Implementing Classes:
HazelcastCacheStatistics
@Deprecated public interface CacheStatistics
Deprecated.since 7.5 UseManagedCache.getStatistics()
Interface for reporting cache statistics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description long
getAccessCount()
Deprecated.long
getExpiredCount()
Deprecated.String
getFormattedSizeInMegabytes()
Deprecated.long
getHitCount()
Deprecated.int
getHitPercent()
Deprecated.long
getMaxSize()
Deprecated.long
getMissCount()
Deprecated.String
getName()
Deprecated.String
getNiceName()
Deprecated.long
getSize()
Deprecated.long
getSizeInBytes()
Deprecated.int
getUsagePercent()
Deprecated.boolean
hasContents()
Deprecated.boolean
isNearCache()
Deprecated.
-
-
-
Method Detail
-
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.
-
-