| Modifier and Type | Method | Description |
|---|---|---|
InterceptorType |
CachePutMethodDetails.getInterceptorType() |
|
InterceptorType |
CacheRemoveAllMethodDetails.getInterceptorType() |
|
InterceptorType |
CacheRemoveEntryMethodDetails.getInterceptorType() |
|
InterceptorType |
CacheResultMethodDetails.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 | 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 © 2017. All rights reserved.