Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Memcache 服务器来缓存我的网站。所以,我不知道当我更新 Mysql 时,在无限时间缓存和更新缓存对象之间哪个是最佳实践。或者,如果最好在短时间内缓存对象(取决于使用情况;))
例子 :
博文列表(每小时更新):过期时间1h VS 无限过期时间,文章提交时更新
一篇博文(更新...从不?):无限期到期时间优于 1 天的到期时间
你能解释一下你的方法和实践吗?
如果博客文章没有任何更改,我会将其留在内存中并等待驱逐以重新设置。