function CacheBackendInterface::invalidate
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Cache/CacheBackendInterface.php \Drupal\Core\Cache\CacheBackendInterface::invalidate()
Marks a cache item as invalid.
Invalid items may be returned in later calls to get(), if the $allow_invalid argument is TRUE.
Parameters
string $cid: The cache ID to invalidate.
See also
\Drupal\Core\Cache\CacheBackendInterface::delete()
\Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple()
\Drupal\Core\Cache\CacheBackendInterface::invalidateAll()
1 method overrides CacheBackendInterface::invalidate()
- PhpBackend::invalidate in core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php - Marks a cache item as invalid.
File
-
core/
lib/ Drupal/ Core/ Cache/ CacheBackendInterface.php, line 178
Class
- CacheBackendInterface
- Defines an interface for cache implementations.
Namespace
Drupal\Core\CacheCode
public function invalidate($cid);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.