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 SummaryFields inherited from class org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpldelegate, meta
- 
Constructor SummaryConstructorsConstructorDescriptionCacheKeyInvocationContextImpl(InvocationContext delegate, A annotation, String name, CDIJCacheHelper.MethodMeta methodMeta) 
- 
Method SummaryModifier and TypeMethodDescriptionjavax.cache.annotation.CacheInvocationParameter[]javax.cache.annotation.CacheInvocationParameterMethods inherited from class org.apache.commons.jcs3.jcache.cdi.CacheInvocationContextImpldoGetAllParameters, getAllParameters, getTarget, unwrapMethods inherited from class org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImplgetAnnotations, getCacheAnnotation, getCacheName, getMethodMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.cache.annotation.CacheInvocationContextgetAllParameters, getTarget, unwrapMethods inherited from interface javax.cache.annotation.CacheMethodDetailsgetAnnotations, getCacheAnnotation, getCacheName, getMethod
- 
Constructor Details- 
CacheKeyInvocationContextImplpublic CacheKeyInvocationContextImpl(InvocationContext delegate, A annotation, String name, CDIJCacheHelper.MethodMeta methodMeta) 
 
- 
- 
Method Details- 
getKeyParameters- Specified by:
- getKeyParametersin interface- javax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
 
- 
getValueParameter- Specified by:
- getValueParameterin interface- javax.cache.annotation.CacheKeyInvocationContext<A extends Annotation>
 
 
-