public function CacheRawBackendInterface::removeBin in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Cache/CacheRawBackendInterface.php \Drupal\supercache\Cache\CacheRawBackendInterface::removeBin()
Remove a cache bin.
3 methods override CacheRawBackendInterface::removeBin()
- ApcuRawBackend::removeBin in src/
Cache/ ApcuRawBackend.php - Remove a cache bin.
- ChainedFastRawBackend::removeBin in src/
Cache/ ChainedFastRawBackend.php - Remove a cache bin.
- DatabaseRawBackend::removeBin in src/
Cache/ DatabaseRawBackend.php - Remove a cache bin.
File
- src/
Cache/ CacheRawBackendInterface.php, line 231 - Contains \Drupal\supercache\Cache\CacheRawBackendInterface.
Class
- CacheRawBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\supercache\CacheCode
public function removeBin();