Help > Web Development > Object Reference > Object Reference > ISYSImageCache
<a name="kanchor419"></a>ISYSImageCache Object
The ISYSImageCache is used to gain access to embeded images from RichHTML documents. It provides fast response as the result list does not need to be reloaded.
ISYSImageCache Methods
FetchReturns the given named image resource as an array of bytes.
PrepareThe Prepare method primes the image cache ready to return a documents images. You must call this method before a document's images can be retrieved.
ISYSImageCache Properties
SizeIndicates the number of documents to keep in the image cache, the default value is 200.
Remarks
Your application should create one ISYSImageCache object and store it in application or global scope. You can then interact with the same image cache from all requests.
See Also
Using ISYSImageCache