Uses of Interface
javax.cache.annotation.CacheMethodDetails

Packages that use CacheMethodDetails
javax.cache.annotation   
 

Uses of CacheMethodDetails in javax.cache.annotation
 

Subinterfaces of CacheMethodDetails in javax.cache.annotation
 interface CacheInvocationContext<A extends Annotation>
           
 interface CacheKeyInvocationContext<A extends Annotation>
           
 

Methods in javax.cache.annotation with parameters of type CacheMethodDetails
 CacheResolver CacheResolverFactory.getCacheResolver(CacheMethodDetails<? extends java.lang.annotation.Annotation> cacheMethodDetails)
           
 CacheResolver CacheResolverFactory.getExceptionCacheResolver(CacheMethodDetails<CacheResult> cacheMethodDetails)