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()
           
 java.lang.String getFormattedSizeInMegabytes()
           
 long getHitCount()
           
 int getHitPercent()
           
 long getMaxSize()
           
 long getMissCount()
           
 java.lang.String getName()
           
 java.lang.String getNiceName()
           
 long getSize()
           
 long getSizeInBytes()
           
 int getUsagePercent()
           
 boolean hasContents()
           
 

Method Detail

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()

getFormattedSizeInMegabytes

java.lang.String getFormattedSizeInMegabytes()

getSizeInBytes

long getSizeInBytes()


Copyright © 2003-2014 Atlassian. All Rights Reserved.