views:

49

answers:

1

This blog post describes how to properly handle dynamic content caching when using python with GAE. It covers DownStream caching, conditional GETs, 404 responses, Etags... I haven't found anything as comprehensive related to a targeted asp.net mvc implementation.

What would be the most elegant/readable/maintainable way to implement this when targeting asp.net mvc platform ?

A: 

Is this helpful at all?

Yannis
Well... not really. It indeed gives some information about the OutputCache attribute, but it doesn't cover the full spectrum of my question.
Em.