57 class_alias(
'Twig_LoaderInterface',
'Twig\Loader\LoaderInterface',
false);
getCacheKey($name)
Gets the cache key to use for the cache for a given template name.
getSource($name)
Gets the source code of a template, given its name.
isFresh($name, $time)
Returns true if the template is still fresh.
Interface all loaders must implement.