box.system.cache.util.concurrent.Callable interface">
|
ColdBox Platform - WireBox Version 1.2.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.interface
wirebox.system.cache.util.ICacheStats
public interface 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 |
|---|
|
| Method Detail |
|---|
public void clearStatistics()
public any<numeric> getCachePerformanceRatio()
public any<numeric> getEvictionCount()
public any<numeric> getGarbageCollections()
public any<numeric> getHits()
public any getLastReapDatetime()
public any<numeric> getMisses()
public any<numeric> getObjectCount()
|
ColdBox Platform - WireBox Version 1.2.0 | ||||
| FRAMES | |||||