Uses of Class
javax.cache.annotation.CacheResult

Packages that use CacheResult
com.caucho.config.gen   
javax.cache.annotation   
 

Uses of CacheResult in com.caucho.config.gen
 

Constructors in com.caucho.config.gen with parameters of type CacheResult
CacheGenerator(CacheFactory<X> factory, AnnotatedMethod<? super X> method, AspectGenerator<X> next, CacheResult cacheResult, CachePut cachePut, CacheRemoveEntry cacheRemove, CacheRemoveAll cacheRemoveAll)
           
 

Uses of CacheResult in javax.cache.annotation
 

Method parameters in javax.cache.annotation with type arguments of type CacheResult
 CacheResolver CacheResolverFactory.getExceptionCacheResolver(CacheMethodDetails<CacheResult> cacheMethodDetails)