Uses of Interface
javax.cache.annotation.CacheInvocationContext
Packages that use CacheInvocationContext
Package
Description
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.annotationModifier and TypeInterfaceDescriptioninterfaceCacheKeyInvocationContext<A extends Annotation>Runtime information about an intercepted method invocation for a method annotated withCacheResult,CachePut, orCacheRemove.Methods in javax.cache.annotation with parameters of type CacheInvocationContextModifier and TypeMethodDescription<K,V> Cache <K, V> CacheResolver.resolveCache(CacheInvocationContext<? extends Annotation> cacheInvocationContext) Resolve theCacheto use for theCacheInvocationContext.