ColdBox Platform Version 2.6.3

coldbox.system.cache.policies
Class FIFO

WEB-INF.cftags.component
        extended by coldbox.system.cache.policies.AbstractEvictionPolicy
            extended by coldbox.system.cache.policies.FIFO

public class FIFO
extends AbstractEvictionPolicy

FIFO Eviction Policy Command


Constructor Summary
init(CacheManager cacheManager)
          Constructor
 
Method Summary
 void execute()
          Execute the policy
 
Methods inherited from class coldbox.system.cache.policies.AbstractEvictionPolicy
getcacheManager, setcacheManager
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(CacheManager cacheManager)

Method Detail

execute

public void execute()
Execute the policy

Overrides:
execute in class AbstractEvictionPolicy

ColdBox Platform Version 2.6.3