public class CacheResultMethodDetails extends StaticCacheKeyInvocationContext<CacheResult> implements StaticCacheResultInvocationContext
CacheResult| Constructor and Description |
|---|
CacheResultMethodDetails(CacheMethodDetails<CacheResult> cacheMethodDetails,
CacheResolver cacheResolver,
CacheResolver exceptionCacheResolver,
CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
| Modifier and Type | Method and Description |
|---|---|
CacheResolver |
getExceptionCacheResolver() |
InterceptorType |
getInterceptorType() |
getCacheKeyGenerator, getKeyParametersgetAllParameters, getAnnotations, getCacheAnnotation, getCacheName, getCacheResolver, getMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAllParameters, getCacheResolvergetAnnotations, getCacheAnnotation, getCacheName, getMethodpublic CacheResultMethodDetails(CacheMethodDetails<CacheResult> cacheMethodDetails, CacheResolver cacheResolver, CacheResolver exceptionCacheResolver, 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 CacheResolver getExceptionCacheResolver()
getExceptionCacheResolver in interface StaticCacheResultInvocationContextCacheResolver to use to get the cache for this methodpublic InterceptorType getInterceptorType()
getInterceptorType in interface StaticCacheInvocationContext<CacheResult>CacheMethodDetailsImpl is forCopyright © 2014. All Rights Reserved.