Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege::getCacheEntryIdentifier PHP Method

getCacheEntryIdentifier() public method

Unique identifier of this privilege
public getCacheEntryIdentifier ( ) : string
return string
    public function getCacheEntryIdentifier()
    {
        $this->initialize();
        return $this->methodPrivilege->getCacheEntryIdentifier();
    }