coldbox.system.cache.policies

Interface IEvictionPolicy

coldbox.system.cache.policies.IEvictionPolicy
Class Attributes:
None
All Known Implementing Classes:
AbstractEvictionPolicy , FIFO , LFU , LIFO , LRU

The CacheBox eviction policy interface

Method Summary
void execute()
     Execute the eviction policy on the associated cache.
any getAssociatedCache()
     Get the Associated Cache Provider of type: coldbox.

Method Detail

execute

public void execute()

Execute the eviction policy on the associated cache


getAssociatedCache

public any getAssociatedCache()

Get the Associated Cache Provider of type: coldbox.system.cache.ICacheProvider