| Package | Description |
|---|---|
| org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedCacheResolver
A
CacheResolver that forces the resolution to a configurable
collection of name(s) against a given CacheManager. |
class |
SimpleCacheResolver
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(). |