donut-caching
Is Donut caching available in ASP.NET MVC 3
ASP.NET MVC 3 (final) was released today. When this version was in its infancy I remember reading on codeplex that donut caching was being considered. Does anyone know if this made it into V3? I canno[详细]
2023-02-04 11:33 分类:问答What's the current practice for partial caching in ASP MVC2?
My website pages are composed of two kinds of content. The first is variable between users but constant for all pages. The second is constant across users, but variable between pages. This is a common[详细]
2023-01-20 11:55 分类:问答I need help doing a Regex.Replace with multiple results
I\'m building a custom page caching utility that uses a syntax like {Substitution:GetNonCachedData} to get data that\'s not supposed to be cached. The solution is very similar to the built-in <@ Ou[详细]
2023-01-10 04:48 分类:问答Turn off page-level caching in a user control
I have a page with the following caching defined: <%@ OutputCache Duration=\"60\" VaryByParam=\"None\" %>[详细]
2023-01-08 08:23 分类:问答ASP.NET 'Donut Caching' not working
I have an ASP.NET page where I am trying to do some output caching, but ran into a problem. My ASPX page has[详细]
2022-12-25 22:12 分类:问答ASP .NET - Substitution and page output (donut) caching - How to pass custom argument to HttpResponseSubstitutionCallback delegate
I would like to use substitution feature of donut caching. public static string GetTime(HttpContext context)[详细]
2022-12-24 04:41 分类:问答Donut Caching Tutorials [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-10 07:14 分类:问答