|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.cache.providers.cf-lib.CFStats
public class CFStats
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author: Luis Majano Description: A coldfusion statistics object that communicates with the CF ehCache stats
Constructor Summary | |
---|---|
init([any stats])
|
Method Summary | |
---|---|
any |
GETCACHESTATS()
|
void |
SETCACHESTATS(any cacheStats)
|
void |
clearStatistics()
|
any |
getAverageGetTime()
**************************************************** ehCache specific functions ****************************************************** |
any |
getCachePerformanceRatio()
|
any |
getEvictionCount()
|
any |
getGarbageCollections()
|
any |
getHits()
|
any |
getLastReapDatetime()
|
any |
getMisses()
|
any |
getObjectCount()
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([any stats])
stats
Method Detail |
---|
public any GETCACHESTATS()
public void SETCACHESTATS(any cacheStats)
cacheStats
public void clearStatistics()
clearStatistics
in interface
ICacheStats
public any getAverageGetTime()
public any getCachePerformanceRatio()
getCachePerformanceRatio
in interface
ICacheStats
public any getEvictionCount()
getEvictionCount
in interface
ICacheStats
public any getGarbageCollections()
getGarbageCollections
in interface
ICacheStats
public any getHits()
getHits
in interface
ICacheStats
public any getLastReapDatetime()
getLastReapDatetime
in interface
ICacheStats
public any getMisses()
getMisses
in interface
ICacheStats
public any getObjectCount()
getObjectCount
in interface
ICacheStats
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |