public function CacheInterface::removeBin in Supercache 8
Same name and namespace in other branches
- 2.0.x src/Cache/CacheInterface.php \Drupal\supercache\Cache\CacheInterface::removeBin()
Remove a cache bin.
File
- src/
Cache/ CacheInterface.php, line 163
Class
- CacheInterface
- This is a common interface for both the CacheBackend and the RawCacheBackend
Namespace
Drupal\supercache\CacheCode
public function removeBin();