A - The type of annotation this context information is for. One of CacheResult,
CachePut, CacheRemove, or
CacheRemoveAll.public abstract class StaticCacheKeyInvocationContext<A extends Annotation> extends AbstractStaticCacheInvocationContext<A>
| Constructor and Description |
|---|
StaticCacheKeyInvocationContext(CacheMethodDetails<A> cacheMethodDetails,
CacheResolver cacheResolver,
CacheKeyGenerator cacheKeyGenerator,
List<CacheParameterDetails> allParameters,
List<CacheParameterDetails> keyParameters) |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyGenerator |
getCacheKeyGenerator() |
List<CacheParameterDetails> |
getKeyParameters() |
getAllParameters, getAnnotations, getCacheAnnotation, getCacheName, getCacheResolver, getMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInterceptorTypepublic StaticCacheKeyInvocationContext(CacheMethodDetails<A> cacheMethodDetails, CacheResolver cacheResolver, CacheKeyGenerator cacheKeyGenerator, List<CacheParameterDetails> allParameters, List<CacheParameterDetails> keyParameters)
cacheMethodDetails - cacheResolver - cacheKeyGenerator - The key generator to usekeyParameters - Parameter details to use for key generationpublic CacheKeyGenerator getCacheKeyGenerator()
public List<CacheParameterDetails> getKeyParameters()
Copyright © 2014. All Rights Reserved.