You are here

public function PermanentRedisBackend::removeBin in Permanent Cache Bin 8.2

Remove a cache bin.

Overrides CacheBase::removeBin

File

modules/pcb_redis/src/Cache/PermanentRedisBackend.php, line 34

Class

PermanentRedisBackend
Defines a permanent Redis cache implementation.

Namespace

Drupal\pcb_redis\Cache

Code

public function removeBin() {
  parent::deleteAll();
}