Class SimpleCacheResolver

java.lang.Object
org.springframework.cache.interceptor.AbstractCacheResolver
org.springframework.cache.interceptor.SimpleCacheResolver
All Implemented Interfaces:
InitializingBean, CacheResolver

public class SimpleCacheResolver extends AbstractCacheResolver
A simple CacheResolver that resolves the Cache instance(s) based on a configurable CacheManager and the name of the cache(s) as provided by getCacheNames().
Since:
4.1
Author:
Stephane Nicoll, Juergen Hoeller
See Also: