function ApcuFileCacheBackend::delete
Deletes data from a cache backend.
Parameters
string $cid: The cache ID to 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\FileCacheCode
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.