cache-dependency
why can a CacheDependency be invalid right after creating it! (ASP.NET-MVC3)
Whenever I make a CacheDependency in a testbed, it works fine. If I write var dep = new CacheDependency(null, new string[] { \"dep\" });[详细]
2023-04-09 22:18 分类:问答Value stored in session depends on value in HttpRuntime cache
I have data common for all users stored in HttpRuntime.Cache. Then I have some user related data stored in Session.[详细]
2023-03-26 07:00 分类:问答How do I cache a composite server control?
How would I use the system caching object, HttpContext.Current.Cache to store a custom server control in the cache?[详细]
2023-02-09 16:33 分类:问答CacheDependancy for multiple Cached items
I would like to have an item in the ASP.NET CacheObject, which if it were changed a number of dependant items would be removed[详细]
2023-01-07 19:00 分类:问答Is there some sort of CacheDependency in System.Runtime.Caching?
I heard that .NET 4 has a new caching API. Okay, so the good old System.Web.Caching开发者_JS百科.Cache (which is, by the way, still there in .NET 4) has the ability to set so-called CacheDependency o[详细]
2022-12-31 21:58 分类:问答VirtualPathProvider on IIS 6 does not handle file stream caching correctly
I am working on a framework where .aspx and .master pages are embedded in an assembly, using VirtualPathProvider to route a url to a specific embedded resource.[详细]
2022-12-20 21:52 分类:问答C# Caching use of cache dependency
I am trying to implement caching in an web application. The caching is to be done in the BLL. The BLL method signiture is[详细]
2022-12-15 17:46 分类:问答Cache and SqlCacheDependency (ASP.NET MVC)
We need to return subset of records and for that we use the following command: using (SqlCommand command = new SqlCommand([详细]
2022-12-08 06:00 分类:问答