Looking at the MSDN doc for .NET 2.0 of the HttpContext.Cache object it says this: The Cache for the current HTTP request.
I want to be able to maintain certain objects between application restarts. To do that, I want to write specific cached items out to disk in Global.asax Application_End() function and re-load them ba
I have a repository that pulls from both db, and sometimes a cache. To implement this, I created an interface ICacheWrapper that lets the repo use HttpRuntime.Cache, AppFabric, whatever. Concrete cla
I am using the fileuplaod control to upload the images. For this I used to stored it in the cache for 2 hours in byte format and show this image using the HttpContext in the .ashx file. For some Rea
Is there any way to find the number of bytes of memory that are currently in the HttpContext.Cache? I\'ve found where you can get the physical memory limit using EffectivePrivateBytesLimit or Effecti