Via the browser
Go to Configuration → Performance:
admin/config/development/performance
Press the "Clear cache" button
Via the admin toolbar
You must have the Admin Toolbar module installed and enabled:
composer require drupal/admin_toolbar ; drush en admin_toolbar_tools -y
Hover over the Drupal logo and click the "Clear all caches" button:
Via Drush
Open a terminal. Go to the site folder and use the command:
drush cr
Reload the page in the browser.
Via the Drupal Console
Open a terminal. Go to the site folder and use the command:
drupal cr
Reload the page in the browser.
Via the Database
Go into PhpMyAdmin and clear the tables that contain the cache:
Top comments (0)