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());

Fork me on GitHub