pagePoolList

list all pages in pools

pagePoolList() → returns array

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

Examples
Sample code invoking the pagePoolList function

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

 writeDump(pagePoolList());

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

Fork me on GitHub