Class CacheMethodDetailsImpl<A extends Annotation>
java.lang.Object
org.apache.commons.jcs3.jcache.cdi.CacheMethodDetailsImpl<A>
- All Implemented Interfaces:
- javax.cache.annotation.CacheMethodDetails<A>
- Direct Known Subclasses:
- CacheInvocationContextImpl
public class CacheMethodDetailsImpl<A extends Annotation>
extends Object
implements javax.cache.annotation.CacheMethodDetails<A>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final InvocationContextprotected final CDIJCacheHelper.MethodMeta
- 
Constructor SummaryConstructorsConstructorDescriptionCacheMethodDetailsImpl(InvocationContext delegate, A cacheAnnotation, String cacheName, CDIJCacheHelper.MethodMeta meta) 
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
delegate
- 
meta
 
- 
- 
Constructor Details- 
CacheMethodDetailsImplpublic CacheMethodDetailsImpl(InvocationContext delegate, A cacheAnnotation, String cacheName, CDIJCacheHelper.MethodMeta meta) 
 
- 
- 
Method Details- 
getMethod- Specified by:
- getMethodin interface- javax.cache.annotation.CacheMethodDetails<A extends Annotation>
 
- 
getAnnotations- Specified by:
- getAnnotationsin interface- javax.cache.annotation.CacheMethodDetails<A extends Annotation>
 
- 
getCacheAnnotation- Specified by:
- getCacheAnnotationin interface- javax.cache.annotation.CacheMethodDetails<A extends Annotation>
 
- 
getCacheName- Specified by:
- getCacheNamein interface- javax.cache.annotation.CacheMethodDetails<A extends Annotation>
 
 
-