VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebImageCacheManagerJS type / get_MaxCacheSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxCacheSize Method
    In This Topic
    Gets the maximum allowable cache size in bytes.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS();
    
    var value; // Type: number
    value = instance.get_MaxCacheSize();
    
    
    function get_MaxCacheSize() : number;
    

    Return Value

    The maximum allowable cache size in bytes. Default value is 64000. 0 means that cache size is not limited.
    Browser Compatibility
    56+
    45+
    11
    See Also