Neos\Flow\Persistence\Doctrine\CacheAdapter::convertCacheIdentifier PHP 메소드

convertCacheIdentifier() 보호된 메소드

protected convertCacheIdentifier ( string $id ) : string
$id string
리턴 string
    protected function convertCacheIdentifier($id)
    {
        return md5($id . '|' . $this->securityContext->getContextHash());
    }