Tag Archives: cache

Clean caches with a drush command in Drupal 7

/Users/user/Applications/drush/drush -y -r /Users/user/Sites/drupal -l http://localhost cache-clear all

You can select different types of caches:

  • all
  • theme registry
  • menu
  • css+js
  • block
  • module list
  • theme list
  • registry
  • views

Note: You have to install drush to run this command.