VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Utils Namespace / WebImageCacheManagerJS type / clearImageCache Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    clearImageCache Method
    In This Topic
    Clears cache of specified image.
    Syntax
    var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS();
    
    var value; // Type: any
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.clearImageCache(image);
    
    
    function clearImageCache(
    image
    A WebImageJS object, which is associated with image cache, which must be cleared.
    : WebImageJS
    ) : any;

    Parameters

    image
    A WebImageJS object, which is associated with image cache, which must be cleared.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also