标签:
在调查webstorage的过程中,一步一步了解了各种缓存或存储机制,local storage本地存储,application cache离线应用存储,http cache是http本身自带的缓存机制,cookie多用于身份验证;httpcache和cookie是在页面访问时随request和response传递的,所以接着又研究了http协议的原理及大致过程。
application cache:
web app初学者使用Application Cache指南
HTML5研究之应用缓存(application cache)
Application Cache is a Douchebag
chrome查看appcache时输入:chrome://appcache-internals/
localStorage:
另外,其他参考资料:
好好研究完上面的资料,关于http缓存的知识应该会有一个比较全面的认识。
标签:
原文地址:http://www.cnblogs.com/fansen/p/4244713.html