ColdBox Platform Version 3.7.0

coldbox.system.cache.providers.railo-lib
Class RailoStats

WEB-INF.cftags.component
        extended by coldbox.system.cache.providers.railo-lib.RailoStats
All Implemented Interfaces:
ICacheStats

public class RailoStats
extends WEB-INF.cftags.component

******************************************************************************* 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


Constructor Summary
init([any cacheProvider])
 
Method Summary
 any GETCACHEPROVIDER()
 void 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
 

Constructor Detail

init

public init([any cacheProvider])

Parameters:
cacheProvider
Method Detail

GETCACHEPROVIDER

public any GETCACHEPROVIDER()


SETCACHEPROVIDER

public void SETCACHEPROVIDER(any cacheProvider)

Parameters:
cacheProvider

clearStatistics

public void clearStatistics()

Specified by:
clearStatistics in interface ICacheStats

getCachePerformanceRatio

public any getCachePerformanceRatio()

Specified by:
getCachePerformanceRatio in interface ICacheStats

getEvictionCount

public any getEvictionCount()

Specified by:
getEvictionCount in interface ICacheStats

getGarbageCollections

public any getGarbageCollections()

Specified by:
getGarbageCollections in interface ICacheStats

getHits

public any getHits()

Specified by:
getHits in interface ICacheStats

getLastReapDatetime

public any getLastReapDatetime()

Specified by:
getLastReapDatetime in interface ICacheStats

getMisses

public any getMisses()

Specified by:
getMisses in interface ICacheStats

getObjectCount

public any getObjectCount()

Specified by:
getObjectCount in interface ICacheStats

ColdBox Platform Version 3.7.0