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
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.