Open sandboxFocus

Method GetCacheKey

GetCacheKey()

Gets a string that uniquely represents the current object.

Declaration
string GetCacheKey()
Returns
Type Description
string

A string that uniquely represents the current object.

Remarks

The returned key should be globally unique, not just unique within the class implementing the method.