Gets the cache key to use for the cache for a given template name.
string $name The name of the template to load:
string The cache key
Overrides Twig_LoaderInterface::getCacheKey
public function getCacheKey($name) {
return $this
->findTemplate($name);
}