Class CacheKeyInvocationContextImpl<A extends Annotation>
java.lang.Object
org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpl<A>
org.apache.commons.jcs3.jcache.cdi.CacheInvocationContextImpl<A>
org.apache.commons.jcs3.jcache.cdi.CacheKeyInvocationContextImpl<A>
- All Implemented Interfaces:
javax.cache.annotation.CacheInvocationContext<A>
,javax.cache.annotation.CacheKeyInvocationContext<A>
,javax.cache.annotation.CacheMethodDetails<A>
public class CacheKeyInvocationContextImpl<A extends Annotation>
extends CacheInvocationContextImpl<A>
implements javax.cache.annotation.CacheKeyInvocationContext<A>
-
Field Summary
Fields inherited from class org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpl
delegate, meta
-
Constructor Summary
ConstructorDescriptionCacheKeyInvocationContextImpl
(InvocationContext delegate, A annotation, String name, CDIJCacheHelper.MethodMeta methodMeta) -
Method Summary
Modifier and TypeMethodDescriptionjavax.cache.annotation.CacheInvocationParameter[]
javax.cache.annotation.CacheInvocationParameter
Methods inherited from class org.apache.commons.jcs3.jcache.cdi.CacheInvocationContextImpl
doGetAllParameters, getAllParameters, getTarget, unwrap
Methods inherited from class org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpl
getAnnotations, getCacheAnnotation, getCacheName, getMethod
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.cache.annotation.CacheInvocationContext
getAllParameters, getTarget, unwrap
Methods inherited from interface javax.cache.annotation.CacheMethodDetails
getAnnotations, getCacheAnnotation, getCacheName, getMethod
-
Constructor Details
-
CacheKeyInvocationContextImpl
public CacheKeyInvocationContextImpl(InvocationContext delegate, A annotation, String name, CDIJCacheHelper.MethodMeta methodMeta)
-
-
Method Details
-
getKeyParameters
- Specified by:
getKeyParameters
in interfacejavax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
-
getValueParameter
- Specified by:
getValueParameter
in interfacejavax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
-