GetCacheKey()
Gets a string that uniquely represents the current object.
Declaration
public string GetCacheKey()
Returns
Type | Description |
---|---|
string | A string that uniquely represents the current object. |
Implements
Remarks
The returned key should be globally unique, not just unique within the class implementing the method.