I - The intercepted method invocationpublic abstract class AbstractCacheRemoveEntryInterceptor<I> extends AbstractKeyedCacheInterceptor<I,CacheRemoveEntryMethodDetails>
CacheRemove| Constructor | Description |
|---|---|
AbstractCacheRemoveEntryInterceptor() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
cacheRemoveEntry(CacheContextSource<I> cacheContextSource,
I invocation) |
Handles the
Cache.remove(Object) as specified for the CacheRemove annotation |
proceedgetStaticCacheKeyInvocationContextpublic AbstractCacheRemoveEntryInterceptor()
public 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 © 2017. All rights reserved.