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