coldbox.system.cache.policies

Class LFU

railo-context.Component
        extended by coldbox.system.cache.policies.AbstractEvictionPolicy
            extended by coldbox.system.cache.policies.LFU
Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    All Implemented Interfaces:
    IEvictionPolicy

    LFU Eviction Policy Command

    Constructor Summary
    init(any<ICacheProvider> cacheProvider)
          Constructor.
    Method Summary
    void execute()
         Execute the policy.
     
    Methods inherited from class coldbox.system.cache.policies.AbstractEvictionPolicy
    getAssociatedCache, getLogger, getUtil, processEvictions
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init(any<ICacheProvider> cacheProvider)

    Constructor

    Parameters:
    cacheProvider - The associated cache provider of type: coldbox.system.cache.ICacheProvider

    Method Detail

    execute

    public void execute()

    Execute the policy

    Overrides:
    execute in class AbstractEvictionPolicy