Uses of Interface
javax.cache.annotation.CacheResolver
Packages that use CacheResolver
Package
Description
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 CacheResolverModifier and TypeMethodDescriptionCacheResolverFactory.getCacheResolver
(CacheMethodDetails<? extends Annotation> cacheMethodDetails) Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
,CachePut
,CacheRemove
, orCacheRemoveAll
annotation.CacheResolverFactory.getExceptionCacheResolver
(CacheMethodDetails<CacheResult> cacheMethodDetails) Get theCacheResolver
used at runtime for resolution of theCache
for theCacheResult
annotation to cache exceptions.