| java.lang.Object | ||
| ↳ | org.springframework.cache.support.AbstractCacheManager | |
| ↳ | org.springframework.cache.support.MapCacheManager | |
Simple cache manager working against a given collection of caches. Useful for testing or simple caching declarations.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Loads the caches into the cache manager.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.cache.support.AbstractCacheManager
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.InitializingBean
| |||||||||||
From interface
org.springframework.cache.CacheManager
| |||||||||||
Loads the caches into the cache manager. Occurs at startup. The returned collection should not be null.