Uses of Interface
org.springframework.cache.interceptor.CacheResolver
Packages that use CacheResolver
Package
Description
Annotations and supporting classes for declarative cache management.
AOP-based solution for declarative caching demarcation.
-
Uses of CacheResolver in org.springframework.cache.annotation
Fields in org.springframework.cache.annotation with type parameters of type CacheResolverModifier and TypeFieldDescriptionprotected Supplier<CacheResolver>AbstractCachingConfiguration.cacheResolverMethods in org.springframework.cache.annotation that return CacheResolverModifier and TypeMethodDescriptiondefault CacheResolverCachingConfigurer.cacheResolver()Return theCacheResolverbean to use to resolve regular caches for annotation-driven cache management.CachingConfigurerSupport.cacheResolver()Deprecated. -
Uses of CacheResolver in org.springframework.cache.interceptor
Classes in org.springframework.cache.interceptor that implement CacheResolverModifier and TypeClassDescriptionclassA baseCacheResolverimplementation that requires the concrete implementation to provide the collection of cache name(s) based on the invocation context.classACacheResolverthat 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().Methods in org.springframework.cache.interceptor that return CacheResolverModifier and TypeMethodDescriptionCacheAspectSupport.getCacheResolver()Return the defaultCacheResolverthat this cache aspect delegates to.Methods in org.springframework.cache.interceptor with parameters of type CacheResolverModifier and TypeMethodDescriptionprotected Collection<? extends Cache>CacheAspectSupport.getCaches(CacheOperationInvocationContext<CacheOperation> context, CacheResolver cacheResolver) voidCacheAspectSupport.setCacheResolver(CacheResolver cacheResolver) Set the defaultCacheResolverthat this cache aspect should delegate to if no specific cache resolver has been set for the operation.voidCacheProxyFactoryBean.setCacheResolver(CacheResolver cacheResolver) Set the defaultCacheResolverthat this cache aspect should delegate to if no specific cache resolver has been set for the operation.Constructors in org.springframework.cache.interceptor with parameters of type CacheResolverModifierConstructorDescriptionCacheOperationMetadata(CacheOperation operation, Method method, Class<?> targetClass, KeyGenerator keyGenerator, CacheResolver cacheResolver)