SystemCacheClear()
clears all caches or the specified cache
SystemCacheClear( cacheName=string );
Returns: void
| Argument | Description |
|---|---|
|
cacheName
string,
optional
|
edit
Name of the cache to clear, if not defined all caches will be cleared: the following cache Names are supported:
Alias: cache, region |
Examples
editSystemCacheClear( [ cacheName ] );
See also
- Cache
- Lucee Server related Tags, Functions and Guides
- CacheClear()
- InspectTemplates()
- PagePoolClear()
- PagePoolList()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)