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, unwrap
getAnnotations, getCacheAnnotation, getCacheName, getMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public 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–2018 The Apache Software Foundation. All rights reserved.