As I understand it\'s impossible to setup cache profile for OutputCacheAttribute if action is invoked as a child action.
To configure aspx pages\' OutputCache from one place, there is a great tool which is the CacheProfile attribute in <%@ OutputCache %> associated with a custom cache profile defined in the web.confi
In an aspx file you can set the 开发者_Python百科CacheProfile to a certain profile defined in Web.Config. How do you do this in a HttpHandler?