40 class_alias(
'Twig_Cache_Null',
'Twig\Cache\NullCache',
false);
getTimestamp($key)
Returns the modification timestamp of a key.
load($key)
Loads a template from the cache.
generateKey($name, $className)
Generates a cache key for the given template class name.
write($key, $content)
Writes the compiled template to cache.
Interface implemented by cache classes.
Implements a no-cache strategy.