function CacheBackendInterface::removeBin
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::removeBin()
- 8.9.x core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::removeBin()
- 10 core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::removeBin()
Remove a cache bin.
8 methods override CacheBackendInterface::removeBin()
- ApcuBackend::removeBin in core/
lib/ Drupal/ Core/ Cache/ ApcuBackend.php - BackendChain::removeBin in core/
lib/ Drupal/ Core/ Cache/ BackendChain.php - CacheBackendDecorator::removeBin in core/
modules/ system/ tests/ modules/ performance_test/ src/ Cache/ CacheBackendDecorator.php - ChainedFastBackend::removeBin in core/
lib/ Drupal/ Core/ Cache/ ChainedFastBackend.php - DatabaseBackend::removeBin in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php
File
-
core/
lib/ Drupal/ Core/ Cache/ CacheBackendInterface.php, line 217
Class
- CacheBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\Core\CacheCode
public function removeBin();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.