How do I empty Drupal Cache (without Devel)

前端 未结 12 2547
小鲜肉
小鲜肉 2021-02-18 18:07

How do I empty the Drupal caches:

  • without the Devel module
  • without running some PHP Statement in a new node etc.
  • without going i
12条回答
  •  花落未央
    2021-02-18 18:51

    You can also use the Drush module, which allows you to use the command line to execute popular Drupal commands, like "drush cron" or "drush cache clear".

提交回复
热议问题