public class CacheKeyInvocationContextImpl<A extends Annotation> extends CacheInvocationContextImpl<A> implements javax.cache.annotation.CacheKeyInvocationContext<A>
delegate, meta| Constructor and Description |
|---|
CacheKeyInvocationContextImpl(InvocationContext delegate,
A annotation,
String name,
CDIJCacheHelper.MethodMeta methodMeta) |
| Modifier and Type | Method and Description |
|---|---|
javax.cache.annotation.CacheInvocationParameter[] |
getKeyParameters() |
javax.cache.annotation.CacheInvocationParameter |
getValueParameter() |
doGetAllParameters, getAllParameters, getTarget, unwrapgetAnnotations, getCacheAnnotation, getCacheName, getMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic CacheKeyInvocationContextImpl(InvocationContext delegate, A annotation, String name, CDIJCacheHelper.MethodMeta methodMeta)
public javax.cache.annotation.CacheInvocationParameter[] getKeyParameters()
getKeyParameters in interface javax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>public javax.cache.annotation.CacheInvocationParameter getValueParameter()
getValueParameter in interface javax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.