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