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
editlist = PagePoolList();
dump(list);
See also
- Cache
- Lucee Server related Tags, Functions and Guides
- InspectTemplates()
- PagePoolClear()
- SystemCacheClear()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)