Overrides CacheBackendInterface::removeBin
public function removeBin() { try { $this->connection ->schema() ->dropTable($this->bin); } catch (\Exception $e) { $this->catchException($e); } }