| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyedCacheInterceptor<I,T extends StaticCacheKeyInvocationContext<?>>
Base class for all interceptor implementations, contains utility methods
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachePutMethodDetails
Details for a method annotated with
CachePut |
class |
CacheRemoveEntryMethodDetails
Details for a method annotated with
CacheRemove |
class |
CacheResultMethodDetails
Details for a method annotated with
CacheResult |
| Modifier and Type | Method and Description |
|---|---|
StaticCacheKeyInvocationContext<A> |
AbstractInternalCacheKeyInvocationContext.getStaticCacheKeyInvocationContext() |
StaticCacheKeyInvocationContext<A> |
InternalCacheKeyInvocationContext.getStaticCacheKeyInvocationContext() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InternalCacheKeyInvocationContext<? extends Annotation> |
AbstractCacheLookupUtil.createCacheKeyInvocationContextImpl(StaticCacheKeyInvocationContext<? extends Annotation> staticCacheKeyInvocationContext,
I invocation)
Create the cache key invocation context for the provided static context and intercepted method invocation
|
| Constructor and Description |
|---|
AbstractInternalCacheKeyInvocationContext(StaticCacheKeyInvocationContext<A> staticCacheKeyInvocationContext,
I invocation)
Create a AbstractInternalCacheInvocationContext
|
Copyright © 2019. All rights reserved.