com.atlassian.confluence.cache
Interface CacheStatistics
- public interface CacheStatistics
Interface for reporting cache statistics
getHitCount
public long getHitCount()
getNotFoundCount
public long getNotFoundCount()
- Deprecated. since 2.3
- See Also:
getMissCount()
getExpiredCount
public long getExpiredCount()
getAccessCount
public long getAccessCount()
getMissCount
public long getMissCount()
getHitPercent
public int getHitPercent()
getSize
public long getSize()
getMaxSize
public long getMaxSize()
getName
public String getName()
getUsagePercent
public int getUsagePercent()
getNiceName
public String getNiceName()
hasContents
public boolean hasContents()