PagePoolList()

edit

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

edit
list = PagePoolList();
dump(list);

See also