ImageCacheKB

 

Type

 

Long Integer

 

Description

 

The total size limit for cached images in kilobytes. When the aggregate size of all images in cache exceeds this value, the least-recently-used images are discarded.

 

Example

 

REM Specify a large image cache:

WebsterPro1.ImageCacheKB = 1024

 

Remarks

 

Regardless of the setting of this property, all the images embedded in all cached pages are cached. This means that even when ImageCacheKB is set to zero, the cache size will not fall below the total size of all the images embedded in all the pages currently in cache.

 

A larger cache can improve perceived response time but imposes more resource overhead. If you must minimize cache utilization in order to conserve resources or to force re-loads, set the PagesToCache property to 1 and ImageCacheKB to 0.