coldbox.system.cache.providers.railo-lib

Class RailoStats

WEB-INF.cftags.component
        extended by coldbox.system.cache.providers.railo-lib.RailoStats
Class Attributes:
  • accessors : true
  •  
    All Implemented Interfaces:
    cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    ******************************************************************************* 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 default serializable required
    any cacheProvider


    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

    init

    public init([any cacheProvider])

    Parameters:
    cacheProvider

    Property Detail

    cacheProvider

    property any cacheProvider

    Attributes:
    serializable - false
    required - false

    Method Detail

    GETCACHEPROVIDER

    public any GETCACHEPROVIDER()


    SETCACHEPROVIDER

    public RailoStats SETCACHEPROVIDER(any cacheProvider)

    Parameters:
    cacheProvider

    clearStatistics

    public void clearStatistics()

    Specified by:
    clearStatistics in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getCachePerformanceRatio

    public any getCachePerformanceRatio()

    Specified by:
    getCachePerformanceRatio in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getEvictionCount

    public any getEvictionCount()

    Specified by:
    getEvictionCount in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getGarbageCollections

    public any getGarbageCollections()

    Specified by:
    getGarbageCollections in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getHits

    public any getHits()

    Specified by:
    getHits in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getLastReapDatetime

    public any getLastReapDatetime()

    Specified by:
    getLastReapDatetime in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getMisses

    public any getMisses()

    Specified by:
    getMisses in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats

    getObjectCount

    public any getObjectCount()

    Specified by:
    getObjectCount in interface cachebox.build-coldbox.coldbox.system.cache.util.ICacheStats