[via Scott Guthrie]
Dmitry’s got a slick little project he’s posted that offers an alternative to the memory-based output cache in ASP.NET. The two benefits:
- Preservation of cached output across app domain and process restarts
- Avoid using memory for cached responses



