Clearing the cache in Drupal


Please find below to clrear cache in Drupal.

1. The easiest way to clear the Drupal cache is to go to Administration > Configuration > Development > Performance
(http://example.com/admin/config/development/performance)
2. Click the button “Clear all caches”

The most convenient way to rebuild Drupal’s cache is by using Drush.

Drupal 8:
drush cache-rebuild

Drupal 7 and earlier:
drush cache-clear all

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s