|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.cache.CacheManager
coldbox.system.cache.MTCacheManager
public class MTCacheManager
The multi-threaded cache manager.
| Method Summary | |
|---|---|
void |
clearAllEvents([boolean async='true'])
Clears all events from the cache |
void |
clearAllViews([boolean async='true'])
Clears all views from the cache |
void |
expireAll([boolean async='true'])
Expire All Objects |
private void |
initPool()
Initialize and set the internal object Pool |
void |
reap()
Reap the cache |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void clearAllEvents([boolean async='true'])
clearAllEvents
in class
CacheManager
async - Run asynchronously or notpublic void clearAllViews([boolean async='true'])
clearAllViews
in class
CacheManager
async - Run asynchronously or notpublic void expireAll([boolean async='true'])
expireAll
in class
CacheManager
async - Run asynchronously or notprivate void initPool()
initPool
in class
CacheManager
public void reap()
reap
in class
CacheManager
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||