| 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.
|
| CacheKeyInvocationContextFactory |
|
| CacheKeyInvocationContextImpl |
The CacheKeyInvocationContext implementation.
|
| DefaultCacheKey |
Default GeneratedCacheKey implementation.
|
| DefaultCacheResolver |
Default CacheResolver implementation for
standalone environments, where no Cache/CacheManagers are injected via CDI.
|
| InjectedCacheResolverQualifier |
Used by the managed caching interceptors to resolve their cache resolver.
|
| MethodMetaData |
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.
|