ColdBox Platform Version 2.6.3

coldbox.system.cache.policies
Class AbstractEvictionPolicy

WEB-INF.cftags.component
        extended by coldbox.system.cache.policies.AbstractEvictionPolicy
Direct Known Subclasses:
FIFO , LFU , LRU

public class AbstractEvictionPolicy
extends WEB-INF.cftags.component

An abstract cache eviction policy


Method Summary
 void execute()
          Execute the policy
private CacheManager getcacheManager()
private void setcacheManager(CacheManager cacheManager)
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

execute

public void execute()
Execute the policy


getcacheManager

private CacheManager getcacheManager()


setcacheManager

private void setcacheManager(CacheManager cacheManager)

Parameters:
cacheManager

ColdBox Platform Version 2.6.3