You are here

public function Twig_Cache_Null::write in Translation template extractor 7.3

Writes the compiled template to cache.

Parameters

string $key The cache key:

string $content The template representation as a PHP class:

Overrides Twig_CacheInterface::write

File

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

Class

Twig_Cache_Null
Implements a no-cache strategy.

Code

public function write($key, $content) {
}