Neos\Cache\CacheAwareInterface::getCacheEntryIdentifier PHP Метод

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

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries related to this object.
public getCacheEntryIdentifier ( ) : string
Результат string
    public function getCacheEntryIdentifier();
CacheAwareInterface