coldbox.system.cache.providers.lucee-lib

Class LuceeStats

lucee.Component
    extended by coldbox.system.cache.providers.lucee-lib.LuceeStats
All Implemented Interfaces:
ICacheStats

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Author: Luis Majano Description: A coldfusion statistics object that communicates with the lucee cache stats

Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any cacheProvider


    • access = public
    • returntype = any
    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:
    access - public
    required - false
    returntype - any
    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