function CacheBackendInterface::removeBin

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::removeBin()
  2. 10 core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::removeBin()
  3. 8.9.x core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::removeBin()

Remove a cache bin.

1 method overrides CacheBackendInterface::removeBin()
PhpBackend::removeBin in core/lib/Drupal/Core/Cache/PhpBackend.php
Remove a cache bin.

File

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

Class

CacheBackendInterface
Defines an interface for cache implementations.

Namespace

Drupal\Core\Cache

Code

public function removeBin();

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