How to turn off caching with drush

Note Statistics

Note Statistics

  • Viewed 153 times
  • 2 Grateful readers
Sat, 07/25/2020 - 20:52

Use the commands below to disable cache

Disable page cache

 drush vset cache 0

Disable CSS cache

drush vset preprocess_css 0

Disable JS cache

drush vset preprocess_js 0

Disable views cache

drush vset views_skip_cache TRUE

** External cache TTL**

drush vset page_cache_maximum_age 0
Authored by