You are here

public function Twig_CacheInterface::load in Translation template extractor 7.3

Loads a template from the cache.

Parameters

string $key The cache key:

2 methods override Twig_CacheInterface::load()
Twig_Cache_Filesystem::load in vendor/Twig/Cache/Filesystem.php
Loads a template from the cache.
Twig_Cache_Null::load in vendor/Twig/Cache/Null.php
Loads a template from the cache.

File

vendor/Twig/CacheInterface.php, line 46

Class

Twig_CacheInterface
Interface implemented by cache classes.

Code

public function load($key);