function ApcuFileCacheBackend::delete

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::delete()
  2. 8.9.x core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::delete()
  3. 10 core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php \Drupal\Component\FileCache\ApcuFileCacheBackend::delete()

Overrides FileCacheBackendInterface::delete

File

core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php, line 27

Class

ApcuFileCacheBackend
APCu backend for the file cache.

Namespace

Drupal\Component\FileCache

Code

public function delete($cid) {
    apcu_delete($cid);
}

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