PHP Interface Neos\Cache\CacheAwareInterface

Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
getCacheEntryIdentifier ( ) : string Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries related to this object.

Method Details

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