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