html缓存
新增以下内容
<meta http-equiv="pragram" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="expires" content="0">
js/css缓存
新增版本号/时间戳
# 从浅入深 学习 SpringCloud 微服务架构(四)Ribbon
阅读 7
2024-04-29
新增以下内容
<meta http-equiv="pragram" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="expires" content="0">
新增版本号/时间戳
相关推荐
精彩评论(0)