views:

25

answers:

1

I have an expensive WebRequest that I know can be cached.

Is there an existing solution that allows caching of web requests based on Last-Modified/If-Modified-Since and (optionally) ETags?

A: 

I have a preliminary implementation at http://code.google.com/p/ashmind/source/browse/#svn/trunk/AshMind.Framework/Net/Caching , though it is rather lacking in tests (and some functionality).

I am going to update this answer when I have a reliably binary, but any contributions are already welcome.

Andrey Shchekin