Class CommandAndCacheKey
Inheritance
System.Object
CommandAndCacheKey
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class CommandAndCacheKey : object
Constructors
|
Edit this page
View Source
CommandAndCacheKey(String, String)
Declaration
public CommandAndCacheKey(string commandName, string cacheKey)
Parameters
Type |
Name |
Description |
System.String |
commandName |
|
System.String |
cacheKey |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|