You are here

public function CacheInterface::removeBin in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 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\Cache

Code

public function removeBin();