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.
+1
A:
Donut caching does not work with ASP.NET MVC 2, see http://forums.asp.net/t/1521502.aspx :
Supporting donut caching would require view engines to be able to send an array consisting of literal text + callbacks to the writer. This is a major plumbing change and is not something that will be included in v2 of the product.
Inge Henriksen
2010-05-13 10:24:26
+1
A:
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
jfar
2010-07-27 01:28:31