Static
iosiOS: set this to true to enable complex cache handling this is necessary when you use colorMatrix, decodeWidth,... and when you change images on drive requiring cache image eviction
Clear all the caches (memory and disk).
Clear disk caches.
Clear the memory caches.
Removes all images with the specified Uri from all the caches (memory and disk).
Removes all images with the specified Uri from disk cache.
Removes all images with the specified Uri from memory cache.
Returns the actual cache key for url + context this is an iOS feature because imageView properties are used for the cache key
Returns whether the image is stored in the bitmap memory cache.
Returns whether the image is stored in the disk cache.
Prefetch to disk cache.
Prefetch to memory cache.
The entry point for the image pipeline..