var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS(); var value; // Type: boolean // Parameters var image; // Type: WebImageJS var key; // Type: string value = instance.containsImageData(image, key);
function containsImageData(
imageA WebImageJS object, which specifies the image cache, where data must be searched.: WebImageJS,
keyA key in image cache.: string
) : boolean;
Parameters
- image
- A WebImageJS object, which specifies the image cache, where data must be searched.
- key
- A key in image cache.
Return Value
True if image cache contains data; otherwise, False.