httpcontext.cache
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.[详细]
2023-03-29 14:01 分类:问答Application_End() cannot access cache through HttpContext.Current.Cache[key]
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[详细]
2023-01-29 22:00 分类:问答httpcache problem
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[详细]
2023-01-26 13:45 分类:问答cache problem in asp.net with c#
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[详细]
2022-12-10 23:23 分类:问答HttpContext.Cache Physical Memory Usage
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[详细]
2022-12-10 07:56 分类:问答
加载中,请稍侯......