PagePoolList()
Lists all the cfml code (cfm, cfcs) in the cache of compiled code (aka the Page Pool)
PagePoolList( );
Returns: Array
This function does not take any arguments.
Examples
list = PagePoolList();
dump(list);
See also
- Cache
- Server
- InspectTemplates()
- PagePoolClear()
- SystemCacheClear()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)