XHtmlOptions PageCachePurge Function. Purges the HTML page cache. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Purges the HTML page cache.

 

   
Syntax  

[C#]
void PageCachePurge()

[Visual Basic]
Sub PageCachePurge()

 

   

Params
 
Name Description
return 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.