function CacheBackendWrapper::invalidateAll

File

webprofiler/src/Cache/CacheBackendWrapper.php, line 158

Class

CacheBackendWrapper
Wraps an existing cache backend to track calls to the cache backend.

Namespace

Drupal\webprofiler\Cache

Code

public function invalidateAll() {
    return $this->cacheBackend
        ->invalidateAll();
}