Uses of Interface
javax.cache.annotation.CacheMethodDetails
Packages that use CacheMethodDetails
Package
Description
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.annotationModifier and TypeInterfaceDescriptioninterface
CacheInvocationContext<A extends Annotation>
Runtime information about an intercepted method invocation for a method annotated withCacheResult
,CachePut
,CacheRemove
, orCacheRemoveAll
interface
CacheKeyInvocationContext<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 CacheMethodDetailsModifier and TypeMethodDescriptionCacheResolverFactory.getCacheResolver
(CacheMethodDetails<? extends Annotation> cacheMethodDetails) Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
,CachePut
,CacheRemove
, orCacheRemoveAll
annotation.CacheResolverFactory.getExceptionCacheResolver
(CacheMethodDetails<CacheResult> cacheMethodDetails) Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
annotation to cache exceptions.