cachebox.system.cache.util

Interface ICacheStats

cachebox.system.cache.util.ICacheStats
All Known Implementing Classes:
CFStats , LuceeStats , RailoStats , CacheStats

The main interface for a CacheBox cache provider statistics object

Class Attributes:
None
Method Summary
void clearStatistics()
     Clear the stats.
any getCachePerformanceRatio()
     Get the cache's performance ratio.
any getEvictionCount()
     Get the total cache's eviction count.
any getGarbageCollections()
     Get the total cache's garbage collections.
any getHits()
     Get the total cache's hits.
any getLastReapDatetime()
     Get the date/time of the last reap the cache did.
any getMisses()
     Get the total cache's misses.
any getObjectCount()
     Get the associated cache's live object count.

Method Detail

clearStatistics

public void clearStatistics()

Clear the stats


getCachePerformanceRatio

public any getCachePerformanceRatio()

Get the cache's performance ratio


getEvictionCount

public any getEvictionCount()

Get the total cache's eviction count


getGarbageCollections

public any getGarbageCollections()

Get the total cache's garbage collections


getHits

public any getHits()

Get the total cache's hits


getLastReapDatetime

public any getLastReapDatetime()

Get the date/time of the last reap the cache did


getMisses

public any getMisses()

Get the total cache's misses


getObjectCount

public any getObjectCount()

Get the associated cache's live object count