|
ColdBox Platform Version 3.7.0
|
FRAMES
|
coldbox.system.cache.policies
Interface
IEvictionPolicy
WEB-INF.cftags.interface
coldbox.system.cache.policies.IEvictionPolicy
- All Known Implementing Classes:
-
AbstractEvictionPolicy , FIFO , LFU , LIFO , LRU
-
public interface IEvictionPolicy
- extends WEB-INF.cftags.interface
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
|
Methods inherited from class WEB-INF.cftags.interface |
|
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
|
ColdBox Platform Version 3.7.0
|
FRAMES
|