Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CacheBackendInterface.php

function CacheBackendInterface::deleteAll

Deletes all cache items in a bin.

See also

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

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

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

7 methods override CacheBackendInterface::deleteAll()
ApcuBackend::deleteAll in core/lib/Drupal/Core/Cache/ApcuBackend.php
Deletes all cache items in a bin.
BackendChain::deleteAll in core/lib/Drupal/Core/Cache/BackendChain.php
Deletes all cache items in a bin.
ChainedFastBackend::deleteAll in core/lib/Drupal/Core/Cache/ChainedFastBackend.php
Deletes all cache items in a bin.
DatabaseBackend::deleteAll in core/lib/Drupal/Core/Cache/DatabaseBackend.php
Deletes all cache items in a bin.
MemoryBackend::deleteAll in core/lib/Drupal/Core/Cache/MemoryBackend.php
Deletes all cache items in a bin.

... See full list

File

core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 163

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

public function deleteAll();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal