vote up 2 vote down star
3

How do I cache an individual user control with ASP.NET MVC? I also need the VaryByParam etc support that usually comes with ASPX Output Caching. I don't want to cache the entire action though, only one of my user controls in the view.

An example would be nice :) Thank you!

flag

68% accept rate

1 Answer

vote up 1 vote down check

Phil Haack has written good article about that , it's called dnout hole caching http://haacked.com/archive/0001/01/01/donut-hole-caching.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.