I - The intercepted method invocationT - The type of static invocation context data expectedpublic abstract class AbstractKeyedCacheInterceptor<I,T extends StaticCacheKeyInvocationContext<?>> extends AbstractCacheInterceptor<I>
| Constructor and Description |
|---|
AbstractKeyedCacheInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
getStaticCacheKeyInvocationContext(InternalCacheKeyInvocationContext<?> cacheInvocationContext,
InterceptorType interceptorType)
Get, check the
InterceptorType and cast the CacheMethodDetailsImpl for the invocation. |
proceedprotected T getStaticCacheKeyInvocationContext(InternalCacheKeyInvocationContext<?> cacheInvocationContext, InterceptorType interceptorType)
InterceptorType and cast the CacheMethodDetailsImpl for the invocation.cacheInvocationContext - The invocation context to get the CacheMethodDetailsImpl from.interceptorType - The current interceptor type, used for validation.CacheMethodDetailsImpl object.Copyright © 2019. All rights reserved.