A - The type of annotation this context information is for. One of CacheResult,
CachePut, CacheRemove, or
CacheRemoveAll.public class CdiCacheKeyInvocationContextImpl<A extends Annotation> extends AbstractInternalCacheKeyInvocationContext<javax.interceptor.InvocationContext,A>
InvocationContext| Constructor and Description |
|---|
CdiCacheKeyInvocationContextImpl(StaticCacheKeyInvocationContext<A> staticCacheKeyInvocationContext,
javax.interceptor.InvocationContext invocation)
Create new cache key invocation context for the static context and invocation
|
| Modifier and Type | Method and Description |
|---|---|
protected Method |
getMethod(javax.interceptor.InvocationContext invocation) |
protected Object[] |
getParameters(javax.interceptor.InvocationContext invocation) |
protected Object |
getTarget(javax.interceptor.InvocationContext invocation) |
getKeyParameters, getStaticCacheKeyInvocationContext, getValueParametergetAllParameters, getAnnotations, getCacheAnnotation, getCacheName, getMethod, getStaticCacheInvocationContext, getTarget, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CdiCacheKeyInvocationContextImpl(StaticCacheKeyInvocationContext<A> staticCacheKeyInvocationContext, javax.interceptor.InvocationContext invocation)
staticCacheKeyInvocationContext - Static information about the invoked methodinvocation - The CDI invocation contextprotected Object[] getParameters(javax.interceptor.InvocationContext invocation)
getParameters in class AbstractInternalCacheKeyInvocationContext<javax.interceptor.InvocationContext,A extends Annotation>protected Method getMethod(javax.interceptor.InvocationContext invocation)
getMethod in class AbstractInternalCacheKeyInvocationContext<javax.interceptor.InvocationContext,A extends Annotation>protected Object getTarget(javax.interceptor.InvocationContext invocation)
getTarget in class AbstractInternalCacheKeyInvocationContext<javax.interceptor.InvocationContext,A extends Annotation>Copyright © 2019. All rights reserved.