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
Namespace
Drupal\memcache_storageCode
public function flush($cache_bin = '');