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