Uses of Class
org.springframework.cache.interceptor.AbstractCacheResolver
Packages that use AbstractCacheResolver
Package
Description
AOP-based solution for declarative caching demarcation.
-
Uses of AbstractCacheResolver in org.springframework.cache.interceptor
Subclasses 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().