- CacheLookupUtil - Class in org.jsr107.ri.annotations.cdi
-
Utility used by all annotations to lookup the CacheResolver and CacheKeyGenerator for a given method.
- CacheLookupUtil() - Constructor for class org.jsr107.ri.annotations.cdi.CacheLookupUtil
-
- cachePut(InvocationContext) - Method in class org.jsr107.ri.annotations.cdi.CachePutInterceptor
-
- CachePutInterceptor - Class in org.jsr107.ri.annotations.cdi
-
Interceptor for CachePut
- CachePutInterceptor() - Constructor for class org.jsr107.ri.annotations.cdi.CachePutInterceptor
-
- cacheRemoveAll(InvocationContext) - Method in class org.jsr107.ri.annotations.cdi.CacheRemoveAllInterceptor
-
- CacheRemoveAllInterceptor - Class in org.jsr107.ri.annotations.cdi
-
Interceptor for CacheRemoveAll
- CacheRemoveAllInterceptor() - Constructor for class org.jsr107.ri.annotations.cdi.CacheRemoveAllInterceptor
-
- cacheRemoveEntry(InvocationContext) - Method in class org.jsr107.ri.annotations.cdi.CacheRemoveEntryInterceptor
-
- CacheRemoveEntryInterceptor - Class in org.jsr107.ri.annotations.cdi
-
Interceptor for CacheRemove
- CacheRemoveEntryInterceptor() - Constructor for class org.jsr107.ri.annotations.cdi.CacheRemoveEntryInterceptor
-
- cacheResult(InvocationContext) - Method in class org.jsr107.ri.annotations.cdi.CacheResultInterceptor
-
- CacheResultInterceptor - Class in org.jsr107.ri.annotations.cdi
-
Interceptor for CacheResult
- CacheResultInterceptor() - Constructor for class org.jsr107.ri.annotations.cdi.CacheResultInterceptor
-
- CdiCacheInvocationContextImpl<A extends Annotation> - Class in org.jsr107.ri.annotations.cdi
-
CDI specific cache invocation context using InvocationContext
- CdiCacheInvocationContextImpl(StaticCacheInvocationContext<A>, InvocationContext) - Constructor for class org.jsr107.ri.annotations.cdi.CdiCacheInvocationContextImpl
-
Create new cache invocation context for the static context and invocation
- CdiCacheKeyInvocationContextImpl<A extends Annotation> - Class in org.jsr107.ri.annotations.cdi
-
CDI specific cache key invocation context using InvocationContext
- CdiCacheKeyInvocationContextImpl(StaticCacheKeyInvocationContext<A>, InvocationContext) - Constructor for class org.jsr107.ri.annotations.cdi.CdiCacheKeyInvocationContextImpl
-
Create new cache key invocation context for the static context and invocation
- createCacheInvocationContextImpl(StaticCacheInvocationContext<? extends Annotation>, InvocationContext) - Method in class org.jsr107.ri.annotations.cdi.CacheLookupUtil
-
- createCacheKeyInvocationContextImpl(StaticCacheKeyInvocationContext<? extends Annotation>, InvocationContext) - Method in class org.jsr107.ri.annotations.cdi.CacheLookupUtil
-