|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.cache.providers.railo-lib.RailoStats
public class RailoStats
******************************************************************************* 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 Railo cache stats
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
cacheProvider
Attributes: |
|
false
|
false
|
Constructor Summary | |
---|---|
init([any cacheProvider])
|
Method Summary | |
---|---|
any |
GETCACHEPROVIDER()
|
RailoStats |
SETCACHEPROVIDER(any cacheProvider)
|
void |
clearStatistics()
|
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 cacheProvider])
cacheProvider
Property Detail |
---|
any cacheProvider
default
- serializable
- falserequired
- falseMethod Detail |
---|
public any GETCACHEPROVIDER()
public RailoStats SETCACHEPROVIDER(any cacheProvider)
cacheProvider
public void clearStatistics()
clearStatistics
in interface
ICacheStats
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 |