How do I empty Drupal Cache (without Devel)

前端 未结 12 2512
小鲜肉
小鲜肉 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:39

    use drush and this command: drush cc all

    If you're using Boost to cache you need to be more specific:

    drush @alias_name cc all
    

提交回复
热议问题