|
ColdBox Platform v3.8.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
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
cacheStats
Attributes: |
|
false
|
false
|
Constructor Summary | |
---|---|
init([any stats])
|
Method Summary | |
---|---|
any |
GETCACHESTATS()
|
CFStats |
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 |
---|
None
|
Constructor Detail |
---|
public init([any stats])
stats
Property Detail |
---|
any cacheStats
default
- serializable
- falserequired
- falseMethod Detail |
---|
public any GETCACHESTATS()
public CFStats 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 v3.8.0 | ||||
FRAMES |