| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractKeyedCacheInterceptor<I,T extends StaticCacheKeyInvocationContext<?>> |
Base class for all interceptor implementations, contains utility methods
|
| Modifier and Type | Class | 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 | Description |
|---|---|---|
StaticCacheKeyInvocationContext<A> |
AbstractInternalCacheKeyInvocationContext.getStaticCacheKeyInvocationContext() |
|
StaticCacheKeyInvocationContext<A> |
InternalCacheKeyInvocationContext.getStaticCacheKeyInvocationContext() |
| Modifier and Type | Method | 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 | Description |
|---|---|
AbstractInternalCacheKeyInvocationContext(StaticCacheKeyInvocationContext<A> staticCacheKeyInvocationContext,
I invocation) |
Create a AbstractInternalCacheInvocationContext
|
Copyright © 2017. All rights reserved.