com.atlassian.confluence.cache
Interface CacheStatistics


public interface CacheStatistics

Interface for reporting cache statistics


Method Summary
 long getAccessCount()
           
 long getExpiredCount()
           
 long getHitCount()
           
 int getHitPercent()
           
 long getMaxSize()
           
 long getMissCount()
           
 String getName()
           
 String getNiceName()
           
 long getSize()
           
 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

String getName()

getUsagePercent

int getUsagePercent()

getNiceName

String getNiceName()

hasContents

boolean hasContents()


Copyright © 2003-2013 Atlassian. All Rights Reserved.