Bolt\Twig\FilesystemLoader::getCacheKey PHP Method

getCacheKey() public method

public getCacheKey ( $name )
    public function getCacheKey($name)
    {
        return $this->findTemplate($name)->getFullPath();
    }