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 already in the ContentCache?
I want to diaplay the dialog if an image is not in the ContentCache, because they take a while to download, but not if the image is already in the cache. I seem to be only able to access getCacheEntry, but I need to know the key. If I inspect the ContentCache object I seem to want to get at the cachedData property but this is not accessible. Any advice would be very helpful. Thanks -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/What-s-in-the-ContentCache-tp2836.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
