Top "Outputcache" questions

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

Output caching for an ApiController (MVC4 Web API)

I'm trying to cache the output of an ApiController method in Web API. Here's the controller code: public class TestController : …

c# asp.net-web-api outputcache http-caching
How do I use VaryByParam with multiple parameters?

In ASP.NET MVC2 I use OutputCache and the VaryByParam attribute. I got it working fine with a single parameter, …

asp.net-mvc-2 outputcache
Understand If-Modified-Since HTTP Header

I am looking at a Caching library that is trying to use the If-Modified-Since header of a request object. The …

php http cache-control outputcache if-modified-since
Disable caching on a partial view in MVC 3

I have an issue with a partial View being cached when it shouldn't be. This partial View is used to …

c# asp.net-mvc-3 caching partial-views outputcache
What's the best method for forcing cache expiration in ASP.NET?

Suppose I have an ASP.NET application running across several web servers behind a load balancer: Can I: Force OutputCache (…

asp.net caching outputcache
Disable client side caching

I've been searching for info on how to disable client side caching on project level. I know I can add …

asp.net-mvc iis-7 asp.net-mvc-3 outputcache
Expire Output Cache ASP.Net MVC

I am using the standard outputcache tag in my MVC app which works great but I need to force it …

asp.net asp.net-mvc caching outputcache
How does memcache store data?

I am a newbie to caching and have no idea how data is stored in caching. I have tried to …

memcached outputcache
Chrome Back button page refresh - ASP.net

I have an ASP.net application (c#). When a user is on a specific page, they click a link on …

asp.net caching refresh google-chrome outputcache
Why is output caching not working for my ASP.NET MVC 4 app?

I am having an issue where output caching doesn't appear to be working for my ASP.NET MVC 4 (EPiServer 7) website. …

asp.net-mvc asp.net-mvc-4 caching asp.net-web-api outputcache