What's in the ContentCache?

2013-09-25 Thread Tintin
Hello My application displays some images which are held in a ContentCache. While the initial images are downloading a dialog box displays to inform the user that the images are downloading. As the user interacts with the application different images are displayed. How do I test if an image is

Re: What's in the ContentCache?

2013-09-25 Thread Lee Burrows
I guess the key passed to getCacheEntry is the source for the image; a URL string in your case i imagine. So if getCacheEntry returns null, image is not in the cache On 25/09/2013 13:14, Tintin wrote: Hello My application displays some images which are held in a ContentCache. While the