| Modifier and Type | Method | Description |
|---|---|---|
protected CachePutMethodDetails |
AbstractCacheLookupUtil.createCachePutMethodDetails(javax.cache.annotation.CachePut cachePutAnnotation,
javax.cache.annotation.CacheDefaults cacheDefaultsAnnotation,
Method method,
Class<? extends Object> targetClass) |
Create a StaticCacheInvocationContext implementation specific to the
CachePut annotated method |
| Modifier and Type | Method | 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 © 2017. All rights reserved.