Skip to main content
Home
Drupal API Help
Helping Drupal Community, One API at a time

Main menu

  • Home
  • Drupal Core
  • Getting Help

You are here

Home » API reference » Multiversion 8 » CacheBackendDecorator.php » CacheBackendDecorator

public function CacheBackendDecorator::deleteAll in Multiversion 8

Deletes all cache items in a bin.

Overrides CacheBackendInterface::deleteAll

See also

\Drupal\Core\Cache\CacheBackendInterface::invalidateAll()

\Drupal\Core\Cache\CacheBackendInterface::delete()

\Drupal\Core\Cache\CacheBackendInterface::deleteMultiple()

File

src/CacheBackendDecorator.php, line 101

Class

CacheBackendDecorator

Namespace

Drupal\multiversion

Code

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

API Navigation

  • Multiversion 8
  • Classes
  • Functions
  • Files
  • Namespaces
  • Services
  • Constants
  • Deprecated

Drupal is a registered trademark of Dries Buytaert. This site is not affiliated with Dries Buytaert, Drupal Association or Drupal.org.