function MemoryBackend::delete
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::delete()
- 10 core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::delete()
- 11.x core/lib/Drupal/Core/Cache/MemoryBackend.php \Drupal\Core\Cache\MemoryBackend::delete()
Overrides CacheBackendInterface::delete
1 call to MemoryBackend::delete()
- MemoryCounterBackend::delete in core/
lib/ Drupal/ Core/ Cache/ MemoryCounterBackend.php - Deletes an item from the cache.
1 method overrides MemoryBackend::delete()
- MemoryCounterBackend::delete in core/
lib/ Drupal/ Core/ Cache/ MemoryCounterBackend.php - Deletes an item from the cache.
File
-
core/
lib/ Drupal/ Core/ Cache/ MemoryBackend.php, line 128
Class
- MemoryBackend
- Defines a memory cache implementation.
Namespace
Drupal\Core\CacheCode
public function delete($cid) {
unset($this->cache[$cid]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.