function PhpBackend::invalidate

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/PhpBackend.php \Drupal\Core\Cache\PhpBackend::invalidate()
  2. 10 core/lib/Drupal/Core/Cache/PhpBackend.php \Drupal\Core\Cache\PhpBackend::invalidate()
  3. 11.x core/lib/Drupal/Core/Cache/PhpBackend.php \Drupal\Core\Cache\PhpBackend::invalidate()

Overrides CacheBackendInterface::invalidate

1 call to PhpBackend::invalidate()
PhpBackend::invalidateMultiple in core/lib/Drupal/Core/Cache/PhpBackend.php
Marks cache items as invalid.

File

core/lib/Drupal/Core/Cache/PhpBackend.php, line 186

Class

PhpBackend
Defines a PHP cache implementation.

Namespace

Drupal\Core\Cache

Code

public function invalidate($cid) {
    $this->invalidatebyHash($this->normalizeCid($cid));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.