Home > Backend Development > PHP Tutorial > 后端程序与squid或者varnish缓存策略更新

后端程序与squid或者varnish缓存策略更新

WBOY
Release: 2016-06-06 20:42:51
Original
1100 people have browsed it

后端程序配合前端缓存可以获得很好的加载速度体验,但是这些缓存如何更新是一个问题,比如我的一篇文章更新了,那么与它相关联的的,detail页,列表页,归档页等等都要更新,而且元素越多需要更新的越多。这种缓存的使用需要遵循什么原则呢?

回复内容:

后端程序配合前端缓存可以获得很好的加载速度体验,但是这些缓存如何更新是一个问题,比如我的一篇文章更新了,那么与它相关联的的,detail页,列表页,归档页等等都要更新,而且元素越多需要更新的越多。这种缓存的使用需要遵循什么原则呢?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template