You are here

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

DrupalMemcachedInterface

Namespace

Drupal\memcache_storage

Code

public function delete($key, $cache_bin = '');