Typically when we load a image or document through a browser, the image gets cached in a temp folder. Is this the same case for Mobile safari and other browsers in MObile?
And if that is the case, if the phone is rooted, will user be able to access them?
Will an image or document be cached when it is viewed through UIWebView in iOS?
No, the class doing the caching is NSURLRequest. You can remove the cache for a particular request
or for all of them
or set an empty cache before performing any request