TreeBehavior::getCacheStub PHP Method

getCacheStub() protected method

protected getCacheStub ( )
    protected function getCacheStub()
    {
        if (is_null($this->_cacheStub)) {
            $owner = $this->getOwner();
            $this->_cacheStub = 'TreeBehaviour:' . $owner->treeTable() . ':' . $owner->id;
        }
        return $this->_cacheStub;
    }