I would like to implement offline reading for a news application I have been developing on the iphone. I currently use SDURLCache and I can see the content is loaded from the disk but how can I find if there is already something in the cache for the given url without starting a new url connection?
or if there is some other way to do that please let me know.
thx
You might be able to do this: