cachebox.system.cache.policies

Interface IEvictionPolicy

cachebox.system.cache.policies.IEvictionPolicy
All Known Implementing Classes:
AbstractEvictionPolicy , FIFO , LFU , LIFO , LRU

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com ---- CacheBox Eviction polify interface

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

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: cachebox.system.cache.ICacheProvider

Returns:
cachebox.system.cache.ICacheProvider