I have a MVC4/Razor website. The content is static for about a month or so - so no DB hits. Just FYI, it has Areas well.
How can I implement Caching for the entire application? Is there a way to add [OutputCache] attribute at a centralized location (say global.asax) rather than adding it to individual controllers?