function PhpBackend::deleteAll

Deletes all cache items in a bin.

Overrides CacheBackendInterface::deleteAll

File

core/lib/Drupal/Core/Cache/PhpBackend.php, line 192

Class

PhpBackend
Defines a PHP cache implementation.

Namespace

Drupal\Core\Cache

Code

public function deleteAll() {
  $this->storage()
    ->deleteAll();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.