Jarves\Model\Node::getCacheKey PHP Method

getCacheKey() public method

public getCacheKey ( ) : string
return string
    public function getCacheKey()
    {
        if (null !== $this->getId()) {
            return (string) $this->getId();
        }
        return $this->getUrn();
    }