Working with the IE cache from C# & WPF
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-05-10T21:16:13Z
Indexed on
2010/05/11
3:34 UTC
Read the original article
Hit count: 196
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?
© Stack Overflow or respective owner