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 |
| Fetch | Returns the given named image resource as an array of bytes. | Prepare | The 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 |
| Size | Indicates 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
|