moonpyk / mvcdonutcaching

ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every request. Perfect for user specific content.
https://github.com/moonpyk/mvcdonutcaching
MIT License
142 stars 50 forks source link

How to use with RenderPartial? #48

Closed basememara closed 9 years ago

basememara commented 9 years ago

I want to cache a controller/action page, but I do not want to cache a certain RenderPartial since it display's login info. I couldn't find an overloaded parameter on RenderPartial. Is this possible?

moonpyk commented 9 years ago

It's not supported due to the way RenderPartial works internally