s-maxage

How to set the S-MaxAge CacheControl value in an ASP.NET app?

Hi folks, I'm trying to set the cachability of an ASP.NET resource. So if I goto /foo/show it will show a View for some resource, and cache this for a few hours (for example). To do this, I'm using the OutputCache attribute which decorates my Action Method. The details of this cache (against this action method) are found in the web.conf...