public class CacheResultMethodDetails extends StaticCacheKeyInvocationContext<javax.cache.annotation.CacheResult> implements StaticCacheResultInvocationContext
CacheResult| Constructor and Description |
|---|
CacheResultMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CacheResult> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheResolver exceptionCacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
| Modifier and Type | Method and Description |
|---|---|
javax.cache.annotation.CacheResolver |
getExceptionCacheResolver() |
InterceptorType |
getInterceptorType() |
getCacheKeyGenerator, getKeyParametersgetAllParameters, getAnnotations, getCacheAnnotation, getCacheName, getCacheResolver, getMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllParameters, getCacheResolverpublic CacheResultMethodDetails(javax.cache.annotation.CacheMethodDetails<javax.cache.annotation.CacheResult> cacheMethodDetails,
javax.cache.annotation.CacheResolver cacheResolver,
javax.cache.annotation.CacheResolver exceptionCacheResolver,
javax.cache.annotation.CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters)
cacheMethodDetails - cacheResolver - cacheKeyGenerator - The key generator to useallParameters - All parameter detailskeyParameters - Parameter details to use for key generationpublic javax.cache.annotation.CacheResolver getExceptionCacheResolver()
getExceptionCacheResolver in interface StaticCacheResultInvocationContextCacheResolver to use to get the cache for this methodpublic InterceptorType getInterceptorType()
getInterceptorType in interface StaticCacheInvocationContext<javax.cache.annotation.CacheResult>CacheMethodDetailsImpl is forCopyright © 2019. All rights reserved.