关闭 Drupal 7 的缓存

发布于 2024-10-17 19:53:25 字数 212 浏览 1 评论 0原文

有没有办法在开发新模块时以“非缓存”模式运行 Drupal 7?我的具体需求是在开发过程中关闭模块和/或模块信息的任何缓存,因此我在进行更改时不需要清除缓存,但通常在学习新系统时我更喜欢关闭其内部缓存,因为我还没有了解哪些更改需要清除缓存,哪些不需要(即“我做错了吗,还是旧结果只是缓存?”

此外,有没有一种方法可以快速清除 Drupal 缓存 )命令行(而不必使用性能部分中的应用程序 UI)

Is there a way to run Drupal 7 in a "non-cache" mode while developing new modules? My specific need is to turn off any caching of modules and/or module information during development so I don't need to clear the cache when I make my changes, but generally when learning a new system I prefer its internal cache be off since I haven't yet learned what changes require a cache clearing, and what don't (i.e. "Am I doing this wrong, or are the old results just cached?"

Also, is there a way to quickly clear out the Drupal cache from the command line (instead of having to use the application UI in the performance section)

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

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

发布评论

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

评论(2

千鲤 2024-10-24 19:53:25

安装 Drush 并在命令行上运行 drush cc all
和/或安装管理菜单并将鼠标悬停在左上角的 Drupal 图标上,然后单击“刷新所有缓存”。
最后,您可以安装 Devel 模块并选中“在每次页面加载时重建缓存注册表”框。

Install Drush and run drush cc all on the command line.
And/or install Admin Menu and hover over the Drupal icon in the top left corner, then on "Flush all caches".
And finally you could install the Devel module and check the box that reads "rebuild the cache registry on each page load."

╰つ倒转 2024-10-24 19:53:25

请参阅http://drupal.org/node/797346

顺便说一句,前段时间已经在 如何完全禁用缓存?

See http://drupal.org/node/797346.

Btw, already answered this some time ago at How do I completely disable cache?

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