Uses of Class
org.springframework.cache.interceptor.AbstractCacheResolver
Packages that use AbstractCacheResolver Package Description org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.org.springframework.cache.jcache.interceptor AOP-based solution for declarative caching demarcation using JSR-107 annotations.Uses of AbstractCacheResolver in org.springframework.cache.interceptor
Subclasses of AbstractCacheResolver in org.springframework.cache.interceptor Modifier and Type Class Description classNamedCacheResolverACacheResolverthat forces the resolution to a configurable collection of name(s) against a givenCacheManager.classSimpleCacheResolverA simpleCacheResolverthat resolves theCacheinstance(s) based on a configurableCacheManagerand the name of the cache(s) as provided bygetCacheNames().Uses of AbstractCacheResolver in org.springframework.cache.jcache.interceptor
Subclasses of AbstractCacheResolver in org.springframework.cache.jcache.interceptor Modifier and Type Class Description classSimpleExceptionCacheResolverA simpleCacheResolverthat resolves the exception cache based on a configurableCacheManagerand the name of the cache:CacheResultOperation.getExceptionCacheName().