var instance = new Vintasoft.Imaging.Utils.WebImageCacheManagerJS(); var value; // Type: object // Parameters var image; // Type: WebImageJS var key; // Type: string value = instance.getImageData(image, key);
function getImageData(
imageA WebImageJS object, which is associated with image cache, where data must be searched.: WebImageJS,
keyA key in image cache.: string
) : object;
Parameters
- image
- A WebImageJS object, which is associated with image cache, where data must be searched.
- key
- A key in image cache.
Return Value
A data from image cache.