com.atlassian.confluence.cache
Interface CacheStatistics
public interface CacheStatistics
Interface for reporting cache statistics
getHitCount
long getHitCount()
getExpiredCount
long getExpiredCount()
getAccessCount
long getAccessCount()
getMissCount
long getMissCount()
getHitPercent
int getHitPercent()
getSize
long getSize()
getMaxSize
long getMaxSize()
getName
java.lang.String getName()
getUsagePercent
int getUsagePercent()
getNiceName
java.lang.String getNiceName()
hasContents
boolean hasContents()
Copyright © 2003-2010 Atlassian. All Rights Reserved.