| Modifier and Type | Method and Description |
|---|---|
protected CachePutMethodDetails |
AbstractCacheLookupUtil.createCachePutMethodDetails(CachePut cachePutAnnotation,
CacheDefaults cacheDefaultsAnnotation,
Method method,
Class<? extends Object> targetClass)
Create a StaticCacheInvocationContext implementation specific to the
CachePut annotated method |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCachePutInterceptor.cacheValue(InternalCacheKeyInvocationContext<? extends Annotation> cacheKeyInvocationContext,
CachePutMethodDetails methodDetails,
Object value)
Lookup the Cache, generate a GeneratedCacheKey and store the value in the cache.
|
Copyright © 2014. All Rights Reserved.