|
|
ColdBox Platform - CacheBox Version 1.1
|
|
FRAMES
|
cachebox.system.cache.policies
Class
FIFO
WEB-INF.cftags.component
cachebox.system.cache.policies.AbstractEvictionPolicy
cachebox.system.cache.policies.FIFO
- All Implemented Interfaces:
-
IEvictionPolicy
-
public class FIFO
- extends AbstractEvictionPolicy
FIFO Eviction Policy Command
|
Method Summary |
void |
execute()
Execute the policy
|
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init(any<ICacheProvider> cacheProvider)
-
Constructor
- Parameters:
cacheProvider - The associated cache provider of type: cachebox.system.cache.ICacheProvider
execute
public void execute()
-
Execute the policy
- Overrides:
-
execute
in class
AbstractEvictionPolicy
|
|
ColdBox Platform - CacheBox Version 1.1
|
|
FRAMES
|