coldbox.system.cache.util.IStats
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- The main interface for a CacheBox cache provider statistics object
Method Summary | |
---|---|
any
|
clearStatistics()
Clear the stats. |
numeric
|
getCachePerformanceRatio()
Get the cache's performance ratio. |
numeric
|
getEvictionCount()
Get the total cache's eviction count. |
numeric
|
getGarbageCollections()
Get the total cache's garbage collections. |
numeric
|
getHits()
Get the total cache's hits. |
any
|
getLastReapDatetime()
Get the date/time of the last reap the cache did. |
numeric
|
getMisses()
Get the total cache's misses. |
numeric
|
getObjectCount()
Get the associated cache's live object count. |
Method Detail |
---|
Clear the stats
Get the cache's performance ratio
Get the total cache's eviction count
Get the total cache's garbage collections
Get the total cache's hits
Get the date/time of the last reap the cache did
Get the total cache's misses
Get the associated cache's live object count