In Chrome for desktop I have options in the dev tools to disable cache completely when dev tools are opened and I have the options to manually do a hard reload when long clickin
I know this is an old question, but I found that the accepted answer didn't work for me.
An alternate solution would be to append the url with a new url parameter
such as website.com?a=1
, website.com?a=2
, etc.
If you have parameters already, of course, you would use an ampersand
i.e. website.com?q=test&a=1