Tagged Questions

0
votes
1answer
167 views

HttpContext.Cache - Per Request or per App Domain?

Looking at the MSDN doc for .NET 2.0 of the HttpContext.Cache object it says this: The Cache for the current HTTP request. But looking at the .NET 3.0 version version it says: The Cache for ...