| Class and Description |
|---|
| AbstractCacheInterceptor
Base class for cache related interceptors
|
| AbstractInternalCacheInvocationContext
Provides caching specific context about an intercepted method invocation.
|
| AbstractKeyedCacheInterceptor
Base class for all interceptor implementations, contains utility methods
|
| AbstractStaticCacheInvocationContext |
| CacheContextSource
Defines the API for looking up information about an invocation.
|
| CacheParameterDetails |
| CachePutMethodDetails
Details for a method annotated with
CachePut |
| CacheRemoveAllMethodDetails
Details for a method annotated with
CacheRemoveAll |
| CacheRemoveEntryMethodDetails
Details for a method annotated with
CacheRemove |
| CacheResultMethodDetails
Details for a method annotated with
CacheResult |
| InterceptorType
Possible types of cache related advice
|
| InternalCacheInvocationContext
RI Internal extension of
CacheInvocationContext that provides access to
an AbstractStaticCacheInvocationContext. |
| InternalCacheKeyInvocationContext |
| StaticCacheInvocationContext |
| StaticCacheKeyInvocationContext
Details common to all annotated methods that generate a cache key
|
| StaticCacheResultInvocationContext |
Copyright © 2019. All rights reserved.