Open longbowww opened 9 years ago
Interesting. Are you sure it isn't doing any kind of disk caching? The clearCache
method only purges the in memory cache. If there is something cached on disk it will use that. I might try calling cleanDisk
and clearCache
see if that works.
Did try both in appDelegate and in a ViewController -> no effect. :(
Well that is less than ideal. I will try and look at it as time permits.
I tried to just cache stuff 'per single run' of the application, so in appDelegate I did
interestingly, this has no effect whatsoever, when I change the picture behind mypath.com/test.png it will display an old cached version from last run