Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
135
rated 0 times [  140] [ 5]  / answers: 1 / hits: 17373  / 13 Years ago, wed, june 29, 2011, 12:00:00

I'm developing Javascript for a website called www.example.com and Chrome keeps caching earlier versions of my code. I can continuously clear the cache, but that's becoming a time sink. Any other options?


More From » caching

 Answers
28

I usually press: ctrl + shift + r to clear the cache. That I find the easiest.



This also works:



<meta http-equiv=no-cache>
<meta http-equiv=Expires content=-1>
<meta http-equiv=Cache-Control content=no-cache>

[#91435] Tuesday, June 28, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
parker

Total Points: 259
Total Questions: 109
Total Answers: 97

Location: Zambia
Member since Thu, Jun 25, 2020
4 Years ago
;