The proper way to flush cache in Chrome
Assuming you have the Chrome browser window opened, press Control+Shift+I on Windows and Command+Option+I on MacOS. This opens the Chrome Developer Tools. When the Developer Tools console is open, right click on the Reload button. A drop-down menu with three options is displayed:
- Normal Reload
- Hard Reload
- Empty Cache and Hard Reload
Normal Reload– Uses cached data. Press F5 to initiate normal reload.
Hard Reload– Forces browser to re-download items and reload. It is possible that used resources may come from a cached version. Press Control+F5 or Control+Shift+R to initiate hard reload.
Empty Cache and Hard Reload– Cache for the page is cleared completely, and everything will be re-downloaded.