Neos\Cache\Backend\BackendInterface::getPrefixedIdentifier PHP Метод

getPrefixedIdentifier() публичный Метод

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
Результат string
    public function getPrefixedIdentifier($entryIdentifier);