Perhaps if you are using IIS7.X. I'm not sure if this will work for an MVC project.
, , system.webserver web.config:
<caching>
<profiles>
<add extension=".aspx" policy="CacheForTimePeriod" kernelCachePolicy="DontCache" duration="00:00:05" varyByHeaders="host" />
</profiles>
</caching>
IIS, " " , , , web.config, - .