Closed smhk closed 6 years ago
You have a URL url and you want the image. It could be we already have it cached on the device.
Is there a way to "instantly" determine if url is in cache?
The call
imageCache#fetch#onSuccess
is asynchronous. It returns the image. So it is very slow if the image is huge.
How to just determine, quickly if the image for a given URL is already cached? Cheers
You have a URL url and you want the image. It could be we already have it cached on the device.
Is there a way to "instantly" determine if url is in cache?
The call
imageCache#fetch#onSuccess
is asynchronous. It returns the image. So it is very slow if the image is huge.
How to just determine, quickly if the image for a given URL is already cached? Cheers