Jarves\Model\Node::getCacheKey PHP Метод

getCacheKey() публичный Метод

public getCacheKey ( ) : string
Результат string
    public function getCacheKey()
    {
        if (null !== $this->getId()) {
            return (string) $this->getId();
        }
        return $this->getUrn();
    }