Looking at the source code of [OutputCacheAttribute], it seems that the only possible solution is to implement a new class obtained from MemoryCache and set its property OutputCacheAttribute.ChildActionCache. This class will use some custom prefix for all cached keys, so it will be pretty easy for me to find them (and then remove them from the cache).
Andrei M Aug 19 '11 at 5:16 2011-08-19 05:16
source share