58class_alias(
'Twig_CacheInterface',
'Twig\Cache\CacheInterface',
false);
An exception for terminatinating execution or to throw for unit testing.
Interface implemented by cache classes.
write($key, $content)
Writes the compiled template to cache.
load($key)
Loads a template from the cache.
getTimestamp($key)
Returns the modification timestamp of a key.
generateKey($name, $className)
Generates a cache key for the given template class name.