var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS(); var value; // Type: boolean // Parameters var image; // Type: WebImageJS value = instance.contains(image);
function contains(
imageA WebImageJS object.: WebImageJS
) : boolean;
Parameters
- image
- A WebImageJS object.
Return Value
True if cache contains data for specified image; otherwise, False.