function StateWrapper::resetCache

File

webprofiler/src/State/StateWrapper.php, line 92

Class

StateWrapper
Class StateWrapper.

Namespace

Drupal\webprofiler\State

Code

public function resetCache() {
    $this->state
        ->resetCache();
}