Jarves\Model\Node::getCacheKey PHP 메소드

getCacheKey() 공개 메소드

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