A - The type of annotation this context information is for. One of CacheResult,
CachePut, CacheRemove, or
CacheRemoveAll.javax.cache.annotation.CacheMethodDetails<A>StaticCacheResultInvocationContextAbstractStaticCacheInvocationContext, CachePutMethodDetails, CacheRemoveAllMethodDetails, CacheRemoveEntryMethodDetails, CacheResultMethodDetails, StaticCacheKeyInvocationContextpublic interface StaticCacheInvocationContext<A extends Annotation>
extends javax.cache.annotation.CacheMethodDetails<A>
| Modifier and Type | Method | 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 © 2017. All rights reserved.