pagePoolClear

clear pages in pools

pagePoolClear() → returns boolean

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Examples
Sample code invoking the pagePoolClear function

Clear out all the CFML code (cfm, cfcs) in the cache of compiled code. It is supported in Lucee.

 writeDump(pagePoolClear());

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub