public class CachePutMethodDetails extends StaticCacheKeyInvocationContext<javax.cache.annotation.CachePut>
CachePut| Constructor and Description |
|---|
CachePutMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CachePut> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters,
CacheParameterDetails cacheValueParameter) |
| Modifier and Type | Method and Description |
|---|---|
CacheParameterDetails |
getCacheValueParameter() |
InterceptorType |
getInterceptorType() |
getCacheKeyGenerator, getKeyParametersgetAllParameters, getAnnotations, getCacheAnnotation, getCacheName, getCacheResolver, getMethodpublic CachePutMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CachePut> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters,
CacheParameterDetails cacheValueParameter)
cacheMethodDetails - cacheResolver - cacheKeyGenerator - The key generator to useallParameters - All parameter detailskeyParameters - Parameter details to use for key generationcacheValueParameter - The parameter to store in the cachepublic InterceptorType getInterceptorType()
CacheMethodDetailsImpl is forpublic CacheParameterDetails getCacheValueParameter()
Copyright © 2019. All rights reserved.