Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
275 views

MVC3. Cache profile for child action. it's impossible now, right?

As I understand it's impossible to setup cache profile for OutputCacheAttribute if action is invoked as a child action. because of code inside ...
1
vote
2answers
607 views

Configure OutputCache for ASCX from web.config's cache profiles

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.config ...
0
votes
1answer
141 views

Setting CacheProfile in HttpHandler

In an aspx file you can set the CacheProfile to a certain profile defined in Web.Config. How do you do this in a HttpHandler? I know you can use Cache but can you use Cache Profiles from Web.Config?