com.atlassian.confluence.cache
Interface CacheStatistics

All Known Implementing Classes:
HazelcastCacheStatistics

public interface CacheStatistics

Interface for reporting cache statistics


Method Summary
 long getAccessCount()
           
 long getExpiredCount()
           
 String getFormattedSizeInMegabytes()
           
 long getHitCount()
           
 int getHitPercent()
           
 long getMaxSize()
           
 long getMissCount()
           
 String getName()
           
 String getNiceName()
           
 long getSize()
           
 long getSizeInBytes()
           
 int getUsagePercent()
           
 boolean hasContents()
           
 boolean isNearCache()
           
 

Method Detail

getHitCount

long getHitCount()

getExpiredCount

long getExpiredCount()

getAccessCount

long getAccessCount()

getMissCount

long getMissCount()

getHitPercent

int getHitPercent()

getSize

long getSize()

getMaxSize

long getMaxSize()

getName

String getName()

getUsagePercent

int getUsagePercent()

getNiceName

String getNiceName()

hasContents

boolean hasContents()

getFormattedSizeInMegabytes

String getFormattedSizeInMegabytes()

getSizeInBytes

long getSizeInBytes()

isNearCache

boolean isNearCache()


Copyright © 2003–2015 Atlassian. All rights reserved.