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 class
NamedCacheResolver
ACacheResolver
that forces the resolution to a configurable collection of name(s) against a givenCacheManager
.class
SimpleCacheResolver
A simpleCacheResolver
that resolves theCache
instance(s) based on a configurableCacheManager
and 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 class
SimpleExceptionCacheResolver
A simpleCacheResolver
that resolves the exception cache based on a configurableCacheManager
and the name of the cache:CacheResultOperation.getExceptionCacheName()
.