ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
After a few quick tests, I believe the cache duration is fixed rather than sliding. Can you confirm this? Also, is there a way to change this policy through code?
Hi
After a few quick tests, I believe the cache duration is fixed rather than sliding. Can you confirm this? Also, is there a way to change this policy through code?