I should also post this to stackoverflow, but I'm wondering if anyone knows if and how inline images are cached in web pages on iOS. I'm interested in particular how a UIWebView would behave with code like:<p><pre><code> <img src="data:image/gif;base64,R0lGODlhEAAOALMAAOazToeHh0tLSyH5BAAAAAAALAAAAAAQAA4AAARe8L1Ekyky67QZ1hLnjM5UUde0ECwLJoExKcppV0aCcGCmTIHEIUEqjgaORCMxIC6e0CcguWw6aFjsVMkkIr7g77ZKPJjPZqIyd7sJAgVGoEGv2xsBxqNgYPjgAwXEQA7"
alt="embedded image">
</code></pre>
Is this known to be cached somewhere else on the device?<p>EDIT: I suppose I could use find on the simulator's directories and look for a file with the right MD5 hash.