Asp.net MVC 2 caching

前端 未结 3 2035
星月不相逢
星月不相逢 2021-02-04 14:14

I\'m currently developing a web site using asp.net mvc 2 in c#. I have never used the caching feature in MVC and would like to apply it to the user profile page. The content on

3条回答
  •  时光说笑
    2021-02-04 14:42

    ASP.Net has a tutorial on output caching for MVC.

    Partial (aka Donut) Caching which would work for MVC2.

提交回复
热议问题