public function CacheBackendInterface::removeBin

Remove a cache bin.

4 methods override CacheBackendInterface::removeBin()
BackendChain::removeBin in drupal/core/lib/Drupal/Core/Cache/BackendChain.php
Remove a cache bin.
DatabaseBackend::removeBin in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Remove a cache bin.
MemoryBackend::removeBin in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Remove a cache bin.
NullBackend::removeBin in drupal/core/lib/Drupal/Core/Cache/NullBackend.php
Remove a cache bin.

File

drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php, line 292
Definition of Drupal\Core\Cache\CacheBackendInterface.

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

public function removeBin();