Uses of Interface
javax.cache.annotation.CacheInvocationContext
-
Packages that use CacheInvocationContext Package Description javax.cache.annotation The annotations in this package provide method interceptors for user supplied classes. -
-
Uses of CacheInvocationContext in javax.cache.annotation
Subinterfaces of CacheInvocationContext in javax.cache.annotation Modifier and Type Interface Description interface
CacheKeyInvocationContext<A extends java.lang.annotation.Annotation>
Runtime information about an intercepted method invocation for a method annotated withCacheResult
,CachePut
, orCacheRemove
.Methods in javax.cache.annotation with parameters of type CacheInvocationContext Modifier and Type Method Description <K,V>
Cache<K,V>CacheResolver. resolveCache(CacheInvocationContext<? extends java.lang.annotation.Annotation> cacheInvocationContext)
Resolve theCache
to use for theCacheInvocationContext
.
-