Class HystrixRequestCache
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixBase.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class HystrixRequestCache
- Inheritance
-
HystrixRequestCache
- Inherited Members
Methods
Clear(string)
public void Clear(string cacheKey)
Parameters
cacheKey
string
GetInstance(IHystrixCollapserKey)
public static HystrixRequestCache GetInstance(IHystrixCollapserKey key)
Parameters
Returns
GetInstance(IHystrixCommandKey)
public static HystrixRequestCache GetInstance(IHystrixCommandKey key)
Parameters
Returns
Get<T>(string)
public T Get<T>(string cacheKey)
Parameters
cacheKey
string
Returns
- T
Type Parameters
T