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

    Return Value

    The current cache size in bytes.
    Browser Compatibility
    56+
    45+
    11
    See Also