| Interface | Description |
|---|---|
| HystrixGeneratedCacheKey |
Specific interface to adopt
HystrixGeneratedCacheKey for Hystrix environment. |
| Class | Description |
|---|---|
| CacheInvocationContext<A extends java.lang.annotation.Annotation> |
Runtime information about an intercepted method invocation for a method
annotated with
CacheResult,
CacheRemove annotations. |
| CacheInvocationContextFactory |
Factory to create certain
CacheInvocationContext. |
| CacheInvocationParameter |
A parameter to an intercepted method invocation.
|
| DefaultHystrixGeneratedCacheKey |
Default implementation of
HystrixGeneratedCacheKey. |
| HystrixCacheKeyGenerator |
Generates a
HystrixGeneratedCacheKey based on
a CacheInvocationContext. |
| HystrixRequestCacheManager |
Cache manager to work with
HystrixRequestCache. |