Expire Output Cache ASP.Net MVC
问题 I am using the standard outputcache tag in my MVC app which works great but I need to force it to be dumped at certain times. How do I achieve this? The page that gets cached is built from a very simple route {Controller}/{PageName} - so most pages are something like this: /Pages/About-Us Here is the output cache tag that is at the top of my .aspx view page just to be clear: <@ OutputCache Duration="100" VaryByParam="None" %> So in another action on the same controller where content is