Skip to content

Instantly share code, notes, and snippets.

@lcube45
Created June 1, 2020 14:46
Show Gist options
  • Save lcube45/38e28ad3c7f341ca7c5c52cb19260abc to your computer and use it in GitHub Desktop.
Save lcube45/38e28ad3c7f341ca7c5c52cb19260abc to your computer and use it in GitHub Desktop.
Drupal 8 - vider des caches spécifiques
// vider les caches spécifiques
$ drush cc drush
$ drush cc theme-registry
$ drush cc router
$ drush cc css-js
$ drush cc module-list
$ drush cc theme-list
$ drush cc render
$ drush cc token
$ drush cc views
// vider tous les niveaux de cache
$ drush cc all
// reconstruire les niveaux de cache
$ drush cr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment