| Modifier and Type | Method and Description |
|---|---|
InterceptorType |
CacheResultMethodDetails.getInterceptorType() |
InterceptorType |
CacheRemoveEntryMethodDetails.getInterceptorType() |
InterceptorType |
CacheRemoveAllMethodDetails.getInterceptorType() |
InterceptorType |
CachePutMethodDetails.getInterceptorType() |
InterceptorType |
StaticCacheInvocationContext.getInterceptorType() |
static InterceptorType |
InterceptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterceptorType[] |
InterceptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends StaticCacheInvocationContext<?>> |
AbstractCacheRemoveAllInterceptor.getCacheInvocationContext(InternalCacheInvocationContext<? extends Annotation> cacheInvocationContext,
InterceptorType interceptorType)
Get, check the
InterceptorType and cast the CacheMethodDetailsImpl for the invocation. |
protected T |
AbstractKeyedCacheInterceptor.getStaticCacheKeyInvocationContext(InternalCacheKeyInvocationContext<?> cacheInvocationContext,
InterceptorType interceptorType)
Get, check the
InterceptorType and cast the CacheMethodDetailsImpl for the invocation. |
Copyright © 2019. All rights reserved.