donut-caching Questions

2

In my ASP.NET MVC project, I have a login submenu in the navigation menu of my shared _Layout.cshtml file, displaying user info if the user is logged in, or signup/login options if not. The login s...
Antimalarial asked 20/1, 2015 at 0:35

1

Solved

I have an ASP.NET MVC action that is decorated with the OutputCache attribute, but the problem is that the MiniProfiler output is cached as well. I'd like to exclude the MiniProfiler output from th...
Mei asked 15/12, 2012 at 14:23

4

Solved

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 ca...
Fichu asked 13/1, 2011 at 22:11

1

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 com...

1

Solved

I have a page with the following caching defined: <%@ OutputCache Duration="60" VaryByParam="None" %> I have a user control inside that page that i don't want cached. How can I turn it off...
Kobe asked 23/7, 2010 at 13:32

4

Solved

Can someone point out a couple of good quality tutorials/pages for donut caching? Like everything else on the web, you can google a million things, but several of the articles I've found are ...
Successor asked 3/11, 2009 at 15:14

2

Solved

I am trying to get [CompressFilter] working with donut caching and running into issues. What happens is that the whole page gets cached and not just the donut. The source for the CompressFilter I ...
Presocratic asked 15/5, 2009 at 0:10
1

© 2022 - 2024 — McMap. All rights reserved.