I have the following to refresh my page when clicked on href.
<a href="javascript:history.go(0)">Click to refresh the page</a>
I have this
<meta http-equiv="no-cache">
in the head tag. Even then I am getting a cached copy. How can I avoid loading cached copy?