Showing posts with label Cache. Show all posts
Showing posts with label Cache. Show all posts

Tuesday, May 23, 2017

Clear the cache in Drupal 8

We can clear the cache in Drupal 8 in many ways

1. Via CMS end
Go to Administration > Configuration > Development > Performance (/admin/config/development/performance)
Click the button "Clear all caches"

2. Drupal console
drupal cache:rebuild all

3. Drush
drush cache-rebuild / drush cr