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