|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.cache.archive.policies.AbstractEvictionPolicy
public class AbstractEvictionPolicy
An abstract cache eviction policy
| Method Summary | |
|---|---|
void |
$log(string severity='INFO', string message='')
Log an internal message to the ColdFusion facilities |
void |
execute()
Execute the policy |
private CacheManager |
getCacheManager()
|
private Util |
getUtil()
Create and return a util object |
private void |
setCacheManager(CacheManager cacheManager)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void $log(string severity='INFO', string message='')
severity - The severity to use.message - The message to logpublic void execute()
private CacheManager getCacheManager()
private Util getUtil()
private void setCacheManager(CacheManager cacheManager)
cacheManager
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||