In This Topic
Sets the maximum allowable cache size in bytes.
Syntax
var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxCacheSize(value);
function set_MaxCacheSize(
: number
) : any;
Parameters
- value
- The maximum allowable cache size in bytes. 0 means that cache size is not limited.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is zero or argument is negative. |
Browser Compatibility
See Also