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