Type Default Value Read Only Description
[C#]
bool

[Visual Basic]
Boolean
true No Whether the page cache should be searched before rendering the page.

 

   

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.

Searching the page cache before rendering a URL results in a considerable degree of optimization for many common operations.

However if you wish to bypass the cache you can do so by setting this property to false.

 

   

Example
 

None.