了解 Django 和 Memcached

发布于 2024-11-07 13:16:28 字数 279 浏览 0 评论 0原文

你好,我不想问这样一个愚蠢的问题,但我试图更好地理解整个 Django Memcache 过程。

  1. 我预计我的网站不会出现大量流量,我是否仍应使用 Memcache?

  2. 我相信我明白我必须明确告诉 Memcache 我希望它缓存什么,这是正确的吗?还是它在整个站点范围内进行?

  3. 如果我对模型进行更改(假设我编辑博客条目),Memcache 是否会知道“刷新”自身,或者我是否需要手动执行此操作?

谢谢偷看!

Howdy, I hate to ask such a nooberific question but I am trying to understand the whole Django Memcache process better.

  1. I am not expecting a huge amount of traffic on my site, should I still use Memcache?

  2. I believe I understand that I have to explicitly tell Memcache what I want it to cache, is this correct? Or does it do it site wide?

  3. If I make changes to a Model ( Say I edit a blog entry ) will Memcache know to "refresh" itself or do I need to do that manually?

Thanks peeps!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若无相欠,怎会相见 2024-11-14 13:16:28
  1. 不,没有什么意义。

  2. 是的,您需要告诉它要缓存什么。不过,有一个中间件告诉它缓存所有内容。

  3. 不,它不会知道。

  1. No, there's not much point.

  2. Yes, you need to tell it what to cache. There is a middleware that tells it to cache everything, though.

  3. No, it won't know.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文