Overrides CacheBackendInterface::removeBin
public function removeBin() { $this->cache = []; $this->storage() ->deleteAll(); }