You are here

public function Twig_Cache_Null::load in Translation template extractor 7.3

Loads a template from the cache.

Parameters

string $key The cache key:

Overrides Twig_CacheInterface::load

File

vendor/Twig/Cache/Null.php, line 37

Class

Twig_Cache_Null
Implements a no-cache strategy.

Code

public function load($key) {
}