Help > Web Development > Object Reference > Object Reference > ISYSImageCache > Size Property
<a name="kanchor422"></a>ISYSImageCache:Size Property
Indicates the number of documents to keep in the image cache, the default value is 200.

Syntax
[VBScript]
 property ISYSImageCache.Size as Integer
[C#]
Integer ISYSImageCache.Size {get;put;}
[ColdFusion/Java]
Integer ISYSImageCache.Size() throws ComException;
void ISYSImageCache.set_Size( Integer value );