javax.cache.annotation.CacheMethodDetails<A>, StaticCacheInvocationContext<A>public class CachePutMethodDetails extends StaticCacheKeyInvocationContext<javax.cache.annotation.CachePut>
CachePut| Constructor | 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 | Description |
|---|---|---|
CacheParameterDetails |
getCacheValueParameter() |
|
InterceptorType |
getInterceptorType() |
getAllParameters, getAnnotations, getCacheAnnotation, getCacheName, getCacheResolver, getMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCacheKeyGenerator, getKeyParameterspublic 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 © 2017. All rights reserved.