Neos\Flow\Persistence\Doctrine\CacheAdapter::convertCacheIdentifier PHP Method

convertCacheIdentifier() protected method

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