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