public function DrupalMemcacheInterface::delete in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/src/DrupalMemcacheInterface.php \Drupal\memcache\DrupalMemcacheInterface::delete()
Deletes an item from Memcache.
Parameters
string $key: The key to delete from storage.
Return value
bool TRUE on success or FALSE on failure.
1 method overrides DrupalMemcacheInterface::delete()
- DrupalMemcacheBase::delete in modules/
memcache/ src/ DrupalMemcacheBase.php - Deletes an item from Memcache.
File
- modules/
memcache/ src/ DrupalMemcacheInterface.php, line 69 - Contains \Drupal\memcache\DrupalMemcacheInterface.
Class
- DrupalMemcacheInterface
- Class DrupalMemcacheInterface.
Namespace
Drupal\memcacheCode
public function delete($key);