F5 refreshes the page you are currently on. Ctrl + F5 or Shift + F5 will reload the cached content (i.e. JavaScript files, images, etc.)
You can also press F12 for developer tools in IE, CHROME, etc.
Consider also the following types:
Normal reboot
Same as pressing F5 . This will use the cache in every possible way. If the browser can avoid re-loading JavaScript files, images, text files, etc., then it will.
Hard reset
Do not use anything in the cache when executing the request. Force the browser to reload each JavaScript file, image, text file, etc.
Empty cache and hard restart
Obviously, if the cache is empty, it will have to perform a hard reboot. This again causes the browser to reload everything. However, if the page does any subsequent JavaScript downloads that were not part of the page load, then they can still use the cache, which helps clear the cache, because it ensures that even the cached files will not be used.
JTFRage Dec 13 '13 at 14:58 2013-12-13 14:58
source share