|
|
ColdBox Platform Version 2.6.4
|
|
FRAMES
|
coldbox.system.cache.policies
Class
LFU
WEB-INF.cftags.component
coldbox.system.cache.policies.AbstractEvictionPolicy
coldbox.system.cache.policies.LFU
-
public class LFU
- extends AbstractEvictionPolicy
LFU Eviction Policy Command
|
Method Summary |
void |
execute()
Execute the policy
|
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init(CacheManager cacheManager)
-
Constructor
- Parameters:
cacheManager - The cache manager
execute
public void execute()
-
Execute the policy
- Overrides:
-
execute
in class
AbstractEvictionPolicy
|
|
ColdBox Platform Version 2.6.4
|
|
FRAMES
|