class DefaultCacheKeyInvocationContext<A extends java.lang.annotation.Annotation> extends DefaultCacheInvocationContext<A>
CacheKeyInvocationContext implementation.| Modifier and Type | Field and Description |
|---|---|
private CacheInvocationParameter[] |
keyParameters |
private CacheInvocationParameter |
valueParameter |
| Constructor and Description |
|---|
DefaultCacheKeyInvocationContext(AbstractJCacheKeyOperation<A> operation,
java.lang.Object target,
java.lang.Object[] args) |
| Modifier and Type | Method and Description |
|---|---|
CacheInvocationParameter[] |
getKeyParameters() |
CacheInvocationParameter |
getValueParameter() |
getAllParameters, getAnnotations, getArgs, getCacheAnnotation, getCacheName, getMethod, getOperation, getTarget, toString, unwrapprivate final CacheInvocationParameter[] keyParameters
private final CacheInvocationParameter valueParameter
public DefaultCacheKeyInvocationContext(AbstractJCacheKeyOperation<A> operation, java.lang.Object target, java.lang.Object[] args)