Uses of Class
org.springframework.cache.interceptor.AbstractCacheResolver
Packages that use 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.interceptorSubclasses of AbstractCacheResolver in org.springframework.cache.interceptorModifier and TypeClassDescriptionclassACacheResolverthat forces the resolution to a configurable collection of name(s) against a givenCacheManager.classA 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.interceptorSubclasses of AbstractCacheResolver in org.springframework.cache.jcache.interceptorModifier and TypeClassDescriptionclassA simpleCacheResolverthat resolves the exception cache based on a configurableCacheManagerand the name of the cache:CacheResultOperation.getExceptionCacheName().