function TwigPhpStorageCache::load

File

core/lib/Drupal/Core/Template/TwigPhpStorageCache.php, line 104

Class

TwigPhpStorageCache
Provides an alternate cache storage for Twig using PhpStorage.

Namespace

Drupal\Core\Template

Code

public function load(string $key) : void {
  $this->storage()
    ->load($key);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.