Uses of Interface
javax.cache.annotation.CacheMethodDetails
-
Packages that use CacheMethodDetails Package Description javax.cache.annotation The annotations in this package provide method interceptors for user supplied classes. -
-
Uses of CacheMethodDetails in javax.cache.annotation
Subinterfaces of CacheMethodDetails in javax.cache.annotation Modifier and Type Interface Description interfaceCacheInvocationContext<A extends java.lang.annotation.Annotation>Runtime information about an intercepted method invocation for a method annotated withCacheResult,CachePut,CacheRemove, orCacheRemoveAllinterfaceCacheKeyInvocationContext<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 CacheMethodDetails Modifier and Type Method Description CacheResolverCacheResolverFactory. getCacheResolver(CacheMethodDetails<? extends java.lang.annotation.Annotation> cacheMethodDetails)Get theCacheResolverused at runtime for resolution of theCachefor theCacheResult,CachePut,CacheRemove, orCacheRemoveAllannotation.CacheResolverCacheResolverFactory. getExceptionCacheResolver(CacheMethodDetails<CacheResult> cacheMethodDetails)Get theCacheResolverused at runtime for resolution of theCachefor theCacheResultannotation to cache exceptions.
-