I - The intercepted method invocationpublic abstract class AbstractCacheRemoveEntryInterceptor<I> extends AbstractKeyedCacheInterceptor<I,CacheRemoveEntryMethodDetails>
CacheRemove| Constructor and Description |
|---|
AbstractCacheRemoveEntryInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
cacheRemoveEntry(CacheContextSource<I> cacheContextSource,
I invocation)
Handles the
Cache.remove(Object) as specified for the CacheRemove annotation |
getStaticCacheKeyInvocationContextproceedpublic final Object cacheRemoveEntry(CacheContextSource<I> cacheContextSource, I invocation) throws Throwable
Cache.remove(Object) as specified for the CacheRemove annotationcacheContextSource - The intercepted invocationinvocation - The intercepted invocationAbstractCacheInterceptor.proceed(Object)Throwable - if AbstractCacheInterceptor.proceed(Object) threwCopyright © 2019. All rights reserved.