You are here

protected static function CleanerCacheController::cleanerClearStaticCaches in Cleaner 8

Clear Drupal statically cached data.

1 call to CleanerCacheController::cleanerClearStaticCaches()
CleanerCacheController::performClearing in src/Controller/CleanerCacheController.php
Perform caches clearing work.

File

src/Controller/CleanerCacheController.php, line 117

Class

CleanerCacheController
Class CleanerCacheController.

Namespace

Drupal\cleaner\Controller

Code

protected static function cleanerClearStaticCaches() {
  \Drupal::cache()
    ->deleteAll();
}