Uses of Interface
javax.cache.annotation.CacheResolver
-
Packages that use CacheResolver Package Description javax.cache.annotation The annotations in this package provide method interceptors for user supplied classes. -
-
Uses of CacheResolver in javax.cache.annotation
Methods in javax.cache.annotation that return CacheResolver Modifier and Type Method Description CacheResolverCacheResolverFactory. getCacheResolver(CacheMethodDetails<? extends java.lang.annotation.Annotation> cacheMethodDetails)Get theCacheResolverused at runtime for resolution of theCachefor theCacheResult,CachePut,CacheRemove, orCacheRemoveAllannotation.CacheResolverCacheResolverFactory. getExceptionCacheResolver(CacheMethodDetails<CacheResult> cacheMethodDetails)Get theCacheResolverused at runtime for resolution of theCachefor theCacheResultannotation to cache exceptions.
-