public function DrupalMemcachedInterface::delete in Memcache Storage 8
Delete the cache item from memcached.
Parameters
$key: Cache item key string.
string $cache_bin: Name of the cache bin.
1 method overrides DrupalMemcachedInterface::delete()
- DrupalMemcachedBase::delete in src/
DrupalMemcachedBase.php - Delete the cache item from memcached.
File
- src/
DrupalMemcachedInterface.php, line 117
Class
Namespace
Drupal\memcache_storageCode
public function delete($key, $cache_bin = '');