Class | Description |
---|---|
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. |
DefaultCacheKeyGenerator |
Default
CacheKeyGenerator implementation. |
DefaultCacheResolver |
Default
CacheResolver implementation for
standalone environments, where no Cache/CacheManagers are injected via CDI. |
InjectedCachePutInterceptor |
CachePutInterceptor for environments where the cache manager is injected
in a managed environment, e.g.
|
InjectedCacheRemoveAllInterceptor |
CacheRemoveAllInterceptor for environments where the cache manager is
injected in a managed environment, e.g.
|
InjectedCacheRemoveEntryInterceptor |
CacheRemoveEntryInterceptor for environments where the cache manager is
injected in a managed environment, e.g.
|
InjectedCacheResolver |
Injected cache resolver for situations where caches and/or cache managers
are injected into the CDI beans.
|
InjectedCacheResultInterceptor |
CacheResultInterceptor for environments where the cache manager is
injected in a managed environment, e.g.
|
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.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.