Package | Description |
---|---|
javax.cache.annotation |
The annotations in this package provide method interceptors for user supplied
classes.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
CacheKeyInvocationContext<A extends Annotation> |
Runtime information about an intercepted method invocation for a method
annotated with
CacheResult , CachePut , or
CacheRemove . |
Modifier and Type | Method | Description |
---|---|---|
<K,V> Cache<K,V> |
CacheResolver.resolveCache(CacheInvocationContext<? extends Annotation> cacheInvocationContext) |
Resolve the
Cache to use for the CacheInvocationContext . |
Copyright © 2017. All rights reserved.