Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Masahiro Yasuda
25,702 PointsChrome cache problem
Hello I have a trouble with Chrome(Maybe Opera too). I am updating news on corporate website but it wont be updated without reloading or deleting cache on Chrome so that means end user also have to do same things.
So what I want to ask is that How do you guys let people to clear cache without notify them? or How do you guys not to store the cache on your and end use's browser?
Help me. Best regards,
Masa
1 Answer

jcorum
71,830 PointsMasahiro, there is a no-cache directive. Here are some web sites that go into the details:
http://stackoverflow.com/questions/1341089/using-meta-tags-to-turn-off-caching-in-all-browsers
http://www.htmlgoodies.com/beyond/reference/article.php/3472881/So-You-Dont-Want-To-Cache-Huh.htm
Masahiro Yasuda
25,702 PointsMasahiro Yasuda
25,702 PointsThanks! that would be help a lot.