TwigBridge\Twig\Loader::getCacheKey PHP Method

getCacheKey() public method

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