Uses of Class
javax.cache.annotation.CacheResult
-
Packages that use CacheResult Package Description javax.cache.annotation The annotations in this package provide method interceptors for user supplied classes. -
-
Uses of CacheResult in javax.cache.annotation
Method parameters in javax.cache.annotation with type arguments of type CacheResult Modifier and Type Method Description CacheResolver
CacheResolverFactory. getExceptionCacheResolver(CacheMethodDetails<CacheResult> cacheMethodDetails)
Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
annotation to cache exceptions.
-