railo-context.Component
coldbox.system.cache.policies.AbstractEvictionPolicy
coldbox.system.cache.policies.FIFO
FIFO Eviction Policy Command
| Constructor Summary | |
|---|---|
|
init(any<ICacheProvider> cacheProvider)
Constructor. |
|
| Method Summary | |
|---|---|
void
|
execute()
Execute the policy. |
| Methods inherited from class coldbox.system.cache.policies.AbstractEvictionPolicy |
|---|
| getAssociatedCache, getLogger, getUtil, processEvictions |
| Methods inherited from class railo-context.Component |
|---|
| None |
| Constructor Detail |
|---|
Constructor
cacheProvider - The associated cache provider of type: coldbox.system.cache.ICacheProvider| Method Detail |
|---|
Execute the policy
execute
in class
AbstractEvictionPolicy