Neos\Cache\CacheAwareInterface::getCacheEntryIdentifier PHP Method

getCacheEntryIdentifier() public method

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
return string
    public function getCacheEntryIdentifier();
CacheAwareInterface