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

Fork me on GitHub