强制清除浏览器缓存

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了强制清除浏览器缓存相关的知识,希望对你有一定的参考价值。

Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.
  1. #!/bin/bash
  2.  
  3. rm -fR /Users/Mike/Library/Caches/Safari/
  4. rm -fR /Users/Mike/Library/Caches/Shiira/
  5. rm -fR /Users/Mike/Library/Caches/Firefox/
  6.  
  7. exit 0

以上是关于强制清除浏览器缓存的主要内容,如果未能解决你的问题,请参考以下文章