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
ASP.Net has a tutorial on output caching for MVC.
Partial (aka Donut) Caching which would work for MVC2.