I have a simple mobile app built to view/edit/close orders, so the data displayed to the user must be freshly received from database on every page/partial_page request.
The problem is that after a partial page is received the first time (from the server), it is always cached from that point forward unless I clear cache in my browser (testing with IE9).
This is my actionlink to call the page in question.