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 |
|
DefaultCacheResolver |
Default CacheResolver implementation for
standalone environments, where no Cache/CacheManagers are injected via CDI.
|
InjectedCacheResolver |
Injected cache resolver for situations where caches and/or cache managers
are injected into the CDI beans.
|
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.
|