You are here

public function Twig_Cache_Null::write in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Cache/Null.php \Twig_Cache_Null::write()

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/twig/lib/Twig/Cache/Null.php, line 30

Class

Twig_Cache_Null
Implements a no-cache strategy.

Code

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