ebox.system.cache.policies.concurrent.Callable interface">
|
ColdBox Platform - CacheBox Version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.interface
cachebox.system.cache.policies.IEvictionPolicy
public interface IEvictionPolicy
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: cachebox |
| Methods inherited from class WEB-INF.cftags.interface |
|---|
|
| Method Detail |
|---|
public void execute()
public any getAssociatedCache()
|
ColdBox Platform - CacheBox Version 1.1 | ||||
| FRAMES | |||||