A - The type of annotation this context information is for. One of CacheResult,
CachePut, CacheRemove, or
CacheRemoveAll.public interface StaticCacheInvocationContext<A extends Annotation>
extends javax.cache.annotation.CacheMethodDetails<A>
| Modifier and Type | Method and Description |
|---|---|
List<CacheParameterDetails> |
getAllParameters() |
javax.cache.annotation.CacheResolver |
getCacheResolver() |
InterceptorType |
getInterceptorType() |
InterceptorType getInterceptorType()
CacheMethodDetailsImpl is forList<CacheParameterDetails> getAllParameters()
javax.cache.annotation.CacheResolver getCacheResolver()
CacheResolver to use to get the cache for this methodCopyright © 2019. All rights reserved.