Is there a possibility to do Donut Caching with MVC2? Even with a lot of research I was not able to find a working solution.
|
feedback
|
|
Donut caching does not work with ASP.NET MVC 2, see http://forums.asp.net/t/1521502.aspx :
| ||||
|
feedback
|
|
Not Supported != Not Possible http://www.klopfenstein.net/lorenz.aspx/output-donut-caching-attribute-asp-net-mvc-partial-requests http://haacked.com/archive/2009/05/12/donut-hole-caching.aspx | |||
|
feedback
|
|
I think this may be useful. It is possible using Html.Action and passing HttpContextBase instance to the child controller. Check it http://eliasbland.wordpress.com/2010/04/08/donut-caching-in-asp-net-mvc-2-with-html-action/ but I don't know if it works properly so far... | |||
|
feedback
|
|
Cross-post from another question: Donut Caching (yes, the real thing) is available as part of my 'speed-lib' for MVC: Moth. Works in both ASP.NET MVC 2 and MVC 3. Docs are at the wiki, and examples are in the Mvc3.Demo folder. | |||
feedback
|