PagePoolClear()
Clear out all the cfml code (cfm, cfcs) in the cache of compiled code (aka the Page Pool)
PagePoolClear( );
Returns: Boolean
This function does not take any arguments.
Usage Notes
In 5.3, this only clears the cache for the current Application, plus all Server and Web Context mappings.
Other Application caches are not cleared
This will be changed in Lucee 6
Examples
result = PagePoolClear();
echo(result); // page pool has been cleared
See also
- Cache
- Server
- InspectTemplates()
- PagePoolList()
- SystemCacheClear()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)