Latte\Loaders\StringLoader::getUniqueId PHP Method

getUniqueId() public method

Returns unique identifier for caching.
public getUniqueId ( $name ) : string
return string
    public function getUniqueId($name)
    {
        return $this->getContent($name);
    }