function CacheBackendWrapper::invalidate
File
-
webprofiler/
src/ Cache/ CacheBackendWrapper.php, line 135
Class
- CacheBackendWrapper
- Wraps an existing cache backend to track calls to the cache backend.
Namespace
Drupal\webprofiler\CacheCode
public function invalidate($cid) {
return $this->cacheBackend
->invalidate($cid);
}