Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CacheInterface.php

function CacheInterface::load

Loads a template from the cache.

4 methods override CacheInterface::load()
ChainCache::load in vendor/twig/twig/src/Cache/ChainCache.php
Loads a template from the cache.
FilesystemCache::load in vendor/twig/twig/src/Cache/FilesystemCache.php
Loads a template from the cache.
NullCache::load in vendor/twig/twig/src/Cache/NullCache.php
Loads a template from the cache.
TwigPhpStorageCache::load in core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
Loads a template from the cache.

File

vendor/twig/twig/src/Cache/CacheInterface.php, line 40

Class

CacheInterface
Interface implemented by cache classes.

Namespace

Twig\Cache

Code

public function load(string $key) : void;
RSS feed
Powered by Drupal