Asp.net MVC 2 caching

前端 未结 3 2052
星月不相逢
星月不相逢 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:53

    Phil Hack's fragment caching tricks no longer work in MVC2.

    At StackOverflow we build html fragments as text and cache them using HttpRuntime.Cache and more.

提交回复
热议问题