WEB-INF.cftags.interface
cachebox.system.cache.util.ICacheStats
The main interface for a CacheBox cache provider statistics object
| Method Summary | |
|---|---|
void
|
clearStatistics()
Clear the stats. |
any<numeric>
|
getCachePerformanceRatio()
Get the cache's performance ratio. |
any<numeric>
|
getEvictionCount()
Get the total cache's eviction count. |
any<numeric>
|
getGarbageCollections()
Get the total cache's garbage collections. |
any<numeric>
|
getHits()
Get the total cache's hits. |
any
|
getLastReapDatetime()
Get the date/time of the last reap the cache did. |
any<numeric>
|
getMisses()
Get the total cache's misses. |
any<numeric>
|
getObjectCount()
Get the associated cache's live object count. |
| Methods inherited from class WEB-INF.cftags.interface |
|---|
| None |
| 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