GetCacheKey(ICachingService)
Gets a string that uniquely represents the current object.
Declaration
public string GetCacheKey(ICachingService cachingService)Parameters
| Type | Name | Description |
|---|---|---|
| ICachingService | cachingService |
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.