Neos\Cache\Backend\BackendInterface::getPrefixedIdentifier PHP Method

getPrefixedIdentifier() public method

While Flow applications will mostly refer to the simple entry identifier, it may be necessary to know the actual identifier used by the cache backend in order to share cache entries with other applications. This method allows for retrieving it.
public getPrefixedIdentifier ( string $entryIdentifier ) : string
$entryIdentifier string
return string
    public function getPrefixedIdentifier($entryIdentifier);