public final class HystrixRequestCacheManager
extends java.lang.Object
HystrixRequestCache.| Modifier and Type | Method and Description |
|---|---|
void |
clearCache(CacheInvocationContext<CacheRemove> context)
Clears the cache for a given cacheKey context.
|
static HystrixRequestCacheManager |
getInstance() |
public static HystrixRequestCacheManager getInstance()
public void clearCache(CacheInvocationContext<CacheRemove> context)
context - the runtime information about an intercepted method invocation for a method
annotated with CacheRemove annotation