Donut Caching ASP.NET MVC2
问题 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: 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. 回答2: Not Supported != Not Possible http:/