public function CacheBackendInterface::removeBin in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 - Remove a cache bin.
- BackendChain::removeBin in core/
lib/ Drupal/ Core/ Cache/ BackendChain.php - Remove a cache bin.
- ChainedFastBackend::removeBin in core/
lib/ Drupal/ Core/ Cache/ ChainedFastBackend.php - Remove a cache bin.
- DatabaseBackend::removeBin in core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php - Remove a cache bin.
- MemcacheBackend::removeBin in modules/
memcache/ src/ MemcacheBackend.php - Remove a cache bin.
File
- core/
lib/ Drupal/ Core/ Cache/ CacheBackendInterface.php, line 222 - Contains \Drupal\Core\Cache\CacheBackendInterface.
Class
- CacheBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\Core\CacheCode
public function removeBin();