Working with the IE cache from C# & WPF
- by Eric
I'm writing a program in C# using the WPF framework. I need to display images, and I'd like to cache them to avoid downloading them constantly.
I can code my own cache, however, IE already has a caching system. I can find code to read entries out of the IE cache, however I've found nothing dealing with the issue of adding items to the cache. Is there a good way to do it, or should I just implement a separate cache?