How to cache a single user control using ASP.NET MVC ? I also need VaryByParam support, etc., which usually comes with ASPX output caching. I do not want to cache the entire action, but only one of my user controls in the view.
The example will be nice :) Thank you!
source
share