public class HystrixCacheKeyGenerator
extends java.lang.Object
HystrixGeneratedCacheKey based on
a CacheInvocationContext.
Implementation is thread-safe.| Constructor and Description |
|---|
HystrixCacheKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
HystrixGeneratedCacheKey |
generateCacheKey(CacheInvocationContext<? extends java.lang.annotation.Annotation> cacheInvocationContext) |
static HystrixCacheKeyGenerator |
getInstance() |
public static HystrixCacheKeyGenerator getInstance()
public HystrixGeneratedCacheKey generateCacheKey(CacheInvocationContext<? extends java.lang.annotation.Annotation> cacheInvocationContext) throws HystrixCacheKeyGenerationException