| AbstractCachePutInterceptor |
Base CachePut interceptor implementation.
|
| AbstractCacheRemoveAllInterceptor |
CacheRemoveAll interceptor implementation.
|
| AbstractCacheRemoveEntryInterceptor |
CacheRemove interceptor implementation.This interceptor uses the following algorithm describes in
JSR-107.
|
| AbstractCacheResultInterceptor |
CacheResult interceptor implementation.
|
| AggregatedParameterMetaData |
Contains all parameters metadata for a method annotated with a cache annotation.
|
| AnnotationInjectExtension |
CDI extension to register additional interceptor bindings
|
| CacheInvocationParameterImpl |
The CacheInvocationParameter implementation.
|
| CacheKeyInvocationContextFactory |
|
| CacheKeyInvocationContextImpl<A extends Annotation> |
The CacheKeyInvocationContext implementation.
|
| CacheLookupHelper |
An helper class providing useful methods for cache lookup.
|
| CachePutInterceptor |
CachePut interceptor implementation.
|
| CacheRemoveAllInterceptor |
CacheRemoveAll interceptor implementation.
|
| CacheRemoveEntryInterceptor |
CacheRemove interceptor implementation.This interceptor uses the following algorithm describes in
JSR-107.
|
| CacheResultInterceptor |
CacheResult interceptor implementation.
|
| CollectionsHelper |
An helper class providing useful methods to work with JDK collections.
|
| Contracts |
An helper class providing useful assertion methods.
|
| DefaultCacheKey |
Default GeneratedCacheKey implementation.
|
| DefaultCacheKey$___Marshaller_c8e3874baece34ad603212e30d4f80301504443a73653b7cd54271c406f9119b |
WARNING: Generated code! Do not edit!
|
| DefaultCacheKeyGenerator |
Default CacheKeyGenerator implementation.
|
| DefaultCacheResolver |
Default CacheResolver implementation for
standalone environments, where no Cache/CacheManagers are injected via CDI.
|
| InjectedCachePutInterceptor |
Deprecated.
|
| InjectedCacheRemoveAllInterceptor |
Deprecated.
|
| InjectedCacheRemoveEntryInterceptor |
Deprecated.
|
| InjectedCacheResolver |
Injected cache resolver for situations where caches and/or cache managers
are injected into the CDI beans.
|
| InjectedCacheResultInterceptor |
Deprecated.
|
| MethodMetaData<A extends Annotation> |
Metadata associated to a method annotated with a cache annotation.
|
| ParameterMetaData |
Contains the metadata for a parameter of a method annotated with A JCACHE annotation.
|