spring-framework / org.springframework.cache.interceptor / SimpleCacheResolver

SimpleCacheResolver

open class SimpleCacheResolver : 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()

Author
Stephane Nicoll

Since
4.1

See Also
BasicOperation#getCacheNames()

Constructors

<init>

SimpleCacheResolver()
SimpleCacheResolver(cacheManager: CacheManager)