Top "Outputcache" questions

OutPut Cache is the caching technique to cache the static pages in ASP.

OutputCache behavior in ASP.NET MVC 3

I was just testing Output Caching in the RC build of ASP.NET MVC 3. Somehow, it is not honoring the …

asp.net-mvc caching asp.net-mvc-3 outputcache
ASP.Net Core 2.0 - ResponseCaching Middleware - Not Caching on Server

I want to use server-side response caching (output cache) with asp.net core 2.0 and found out about Response Caching Middleware …

asp.net caching asp.net-core-2.0 outputcache responsecache
ASP.NET OutPutCache VaryByParam and VaryByHeader with AJAX

I'm trying to do some caching using VaryByParam AND VaryByHeader. When an AJAX request comes in I return a partial …

asp.net caching outputcache
OutputCache in Razor view engine .cshtml page

Using ASP.NET MVC web forms we can put output cache either in controller level or view level. How can …

asp.net-mvc asp.net-mvc-3 outputcache razor
programmatically control output caching - disable or enable cache according to parameter value

We've got a fairly standard e-commerce scenario with paged lists of products within categories. For better or worse, about 80% of …

asp.net iis-6 outputcache
Vary by control properties using PartialCaching in ASP.NET

I am using the PartialCaching attribute on the base class of a user control. I would like the cached controls …

asp.net caching outputcache
OutputCache Location=Client does not appear to work

I am trying to use the OutputCache attribute in my MVC app and it doesn't appear to work when I …

c# asp.net-mvc outputcache
How to Clear OutputCache for Website without Restarting App

Is there a way clear or reset the outputcache for an entire website without a restart? I'm just starting to …

asp.net outputcache
ASP.NET MVC OutputCache vary by * and vary by user cookie

I have an asp.net mvc 3 project and I have a home controller. I have tagged my Index action with …

c# asp.net-mvc outputcache
ASP.NET OutputCache and Cookies

Does anyone know why if is have cookies on my page, the output cache does not work ! Example page <%@ …

asp.net cookies outputcache