Purges the HTML page cache.

 

   

Syntax
 

XHtmlOptions.PageCachePurge

 

   

Params
 
Name Type Description
n/a n/a n/a

 

   

Notes
 

ABCpdf holds a cache of recently requested URLs, and it's only after five minutes or so that these pages expire from the cache.

This results in a considerable degree of optimization for many common operations.

You can clear the cache of all expired pages by calling this method.

 

   

Example
 

None.