Question
Download
Heya.
How to detect if for example an image has already been loaded and saved on client's device, is in cache?
Imagine:
Client run an application that download an image.
After some time the client run the application ones again.
Now the application doesn't need run as before.
But to program new behavior I need to know if cache has been deleted or not, if the files are saved on client's device.
Regards
S.J.