How to stop MVC caching the results of invoking and action method?
- by Trey Carroll
I am experiencing a problem with IE caching the results of an action method.
Other articles I found were related to security and the [Authorize] attribute. This problem has nothing to do with security.
This is a very simple "record a vote, grab the average, return the avg and the number of votes" method. The only slightly interesting thing…