Uses of Class
org.springframework.cache.interceptor.AbstractCacheResolver
Package
Description
AOP-based solution for declarative caching demarcation.
AOP-based solution for declarative caching demarcation using JSR-107 annotations.
-
Uses of AbstractCacheResolver in org.springframework.cache.interceptor
Modifier and TypeClassDescriptionclass
ACacheResolver
that forces the resolution to a configurable collection of name(s) against a givenCacheManager
.class
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
Modifier and TypeClassDescriptionclass
A simpleCacheResolver
that resolves the exception cache based on a configurableCacheManager
and the name of the cache:CacheResultOperation.getExceptionCacheName()
.