Class HystrixRequestCache
Inheritance
System.Object
HystrixRequestCache
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixRequestCache : object
Methods
|
Edit this page
View Source
Clear(String)
Declaration
public void Clear(string cacheKey)
Parameters
Type |
Name |
Description |
System.String |
cacheKey |
|
|
Edit this page
View Source
Get<T>(String)
Declaration
public T Get<T>(string cacheKey)
Parameters
Type |
Name |
Description |
System.String |
cacheKey |
|
Returns
Type Parameters
|
Edit this page
View Source
GetInstance(IHystrixCollapserKey)
Declaration
public static HystrixRequestCache GetInstance(IHystrixCollapserKey key)
Parameters
Returns
|
Edit this page
View Source
GetInstance(IHystrixCommandKey)
Declaration
public static HystrixRequestCache GetInstance(IHystrixCommandKey key)
Parameters
Returns