Chrome Refuses to Clear Javascript Cache (Even After Hard Reload and Manual Cache Clear) Chrome Refuses to Clear Javascript Cache (Even After Hard Reload and Manual Cache Clear) google-chrome google-chrome

Chrome Refuses to Clear Javascript Cache (Even After Hard Reload and Manual Cache Clear)


Have you tried completely wiping your cache ?

C:\Users\yourusername\AppData\Local\Google\Chrome\User Data\Default\Cache


You can fix the problem at server end by adding to the response header:

Cache-Control: must-revalidate

Also if you want to use Ctrl+F5, do this after opening the developer console - it should work.Make sure to check 'disable cache' in network tab in the developer console.