In my MVC3 Project I use some output caching with the OutputCache
attribute set on the action. However there are certain sections on this page that I dont want to cache ever.
Is it possible to have some partials in my view that overrides the pages caching?