class CachePutInterceptor extends AbstractKeyCacheInterceptor<CachePutOperation,CachePut>
CachePut.logger| Constructor and Description |
|---|
CachePutInterceptor(CacheErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cacheValue(CacheOperationInvocationContext<CachePutOperation> context,
java.lang.Object value) |
protected java.lang.Object |
invoke(CacheOperationInvocationContext<CachePutOperation> context,
CacheOperationInvoker invoker) |
createCacheKeyInvocationContext, generateKeyextractFrom, resolveCachedoClear, doEvict, doGet, doPut, getErrorHandler, setErrorHandlerpublic CachePutInterceptor(CacheErrorHandler errorHandler)
protected java.lang.Object invoke(CacheOperationInvocationContext<CachePutOperation> context, CacheOperationInvoker invoker)
invoke in class AbstractCacheInterceptor<CachePutOperation,CachePut>protected void cacheValue(CacheOperationInvocationContext<CachePutOperation> context, java.lang.Object value)