You are here

public function InvalidateCommand::rebuildExternal in Purge 8.3

Invalidate 'everything' using the Purge framework.

@command cache:rebuild-external @aliases cre,cache-rebuild-external

File

modules/purge_drush/src/Commands/InvalidateCommand.php, line 152

Class

InvalidateCommand
Directly invalidate an item without going through the queue.

Namespace

Drupal\purge_drush\Commands

Code

public function rebuildExternal(array $options = [
  'format' => 'string',
]) {
  return $this
    ->invalidate('everything', NULL, $options);
}