You are here

8 methods override CacheBackendInterface::delete() in Zircon Profile 8

ApcuBackend::delete in core/lib/Drupal/Core/Cache/ApcuBackend.php
Deletes an item from the cache.
BackendChain::delete in core/lib/Drupal/Core/Cache/BackendChain.php
Deletes an item from the cache.
ChainedFastBackend::delete in core/lib/Drupal/Core/Cache/ChainedFastBackend.php
Deletes an item from the cache.
DatabaseBackend::delete in core/lib/Drupal/Core/Cache/DatabaseBackend.php
Deletes an item from the cache.
MemcacheBackend::delete in modules/memcache/src/MemcacheBackend.php
Deletes an item from the cache.
MemoryBackend::delete in core/lib/Drupal/Core/Cache/MemoryBackend.php
Deletes an item from the cache.
NullBackend::delete in core/lib/Drupal/Core/Cache/NullBackend.php
Deletes an item from the cache.
PhpBackend::delete in core/lib/Drupal/Core/Cache/PhpBackend.php
Deletes an item from the cache.