interface CacheAwareInterface (View source)

Interface for objects which are cache aware and are collaborative when it comes to storing them in a cache.

Methods

string
getCacheEntryIdentifier()

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries related to this object.

Details

string getCacheEntryIdentifier()

Returns a string which distinctly identifies this object and thus can be used as an identifier for cache entries related to this object.

Return Value

string