I use the OutputCache attribute to cache the html output of my server-side actions.
Ok, this works, but now I have a situation where the content rarely changes, but when this happens, it is important for the user to see new data on the next request.
So, is there a way to programmatically interrupt the duration of the page cache?
c # caching model-view-controller asp.net-mvc outputcache
andrecarlucci Jul 29 '09 at 14:21 2009-07-29 14:21
source share