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 interface
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 CacheMethodDetails Modifier and Type Method Description CacheResolver
CacheResolverFactory. getCacheResolver(CacheMethodDetails<? extends Annotation> cacheMethodDetails)
Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
,CachePut
,CacheRemove
, orCacheRemoveAll
annotation.CacheResolver
CacheResolverFactory. getExceptionCacheResolver(CacheMethodDetails<CacheResult> cacheMethodDetails)
Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
annotation to cache exceptions.
-