缓存踩坑之路
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了缓存踩坑之路相关的知识,希望对你有一定的参考价值。
从两个角度看
一、客户端:
html缓存:
<meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0">
ajax缓存:
cache:
要求为Boolean类型的参数,默认为true(当dataType为script时,默认为false),设置为false将不会从浏览器缓存中加载请求信息
二、服务端
服务端肯定是有缓存的,设计CDN,redis,具体我还不知道
以上是关于缓存踩坑之路的主要内容,如果未能解决你的问题,请参考以下文章