For the complete documentation index, see llms.txt. This page is also available as Markdown.

PagePoolClear

Clears all the compiled classes from the Boxpiler's page pool and resolutions

Method Signature

PagePoolClear()

Arguments

This function does not accept any arguments

Examples

pagePoolClear Example

Clear out all the BL code (bxm, bx) in the cache of compiled code.

Run Example

writeDump( pagePoolClear() );

Additional Examples

Run Example

result = PagePoolClear();
echo( result );
 // page pool has been cleared

Last updated

Was this helpful?