You are here

public function DrupalMemcachedInterface::flush in Memcache Storage 8

Reset the cache for the entire cache bin.

Parameters

string $cache_bin: Name of the cache bin.

1 method overrides DrupalMemcachedInterface::flush()
DrupalMemcachedBase::flush in src/DrupalMemcachedBase.php
Reset the cache for the entire cache bin.

File

src/DrupalMemcachedInterface.php, line 136

Class

DrupalMemcachedInterface

Namespace

Drupal\memcache_storage

Code

public function flush($cache_bin = '');