Was interested in just how ASP.Net MVC could handle this given that soon-to-be-implemented features to a website I work on is including features such as RSS feeds which are potentially high-bandwidth links to have.
Thankfully I found Kazi Manzur’s Blog article on ASP.Net MVC ActionFilter for Caching and Compression. Quite a good read, hopefully I’ll be able to try out the technique in practice during a subsequent sprint.