wirebox.system.cache.providers.railo-lib

Class RailoStats

lucee.Component
        extended by wirebox.system.cache.providers.railo-lib.RailoStats
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    All Implemented Interfaces:
    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
    void clearStatistics()
    any getCachePerformanceRatio()
    string getCacheProvider()
    any getEvictionCount()
    any getGarbageCollections()
    any getHits()
    any getLastReapDatetime()
    any getMisses()
    any getObjectCount()
    any setCacheProvider(any cacheProvider)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([any cacheProvider])

    Parameters:
    cacheProvider

    Property Detail

    cacheProvider

    property any cacheProvider

    Attributes:
    required - false
    serializable - false

    Method Detail

    clearStatistics

    public void clearStatistics()

    Specified by:
    clearStatistics in interface ICacheStats

    getCachePerformanceRatio

    public any getCachePerformanceRatio()

    Specified by:
    getCachePerformanceRatio in interface ICacheStats

    getCacheProvider

    public string getCacheProvider()


    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

    setCacheProvider

    public any setCacheProvider(any cacheProvider)

    Parameters:
    cacheProvider