| java.lang.Object | ||
| ↳ | org.springframework.cache.support.AbstractCacheManager | |
| ↳ | org.springframework.cache.ehcache.EhCacheCacheManager | |
CacheManager backed by an Ehcache net.sf.ehcache.CacheManager.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the cache associated with the given name.
| |||||||||||
Sets the backing Ehcache net.sf.ehcache.CacheManager.
| |||||||||||
| 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
| |||||||||||
Returns the cache associated with the given name.
| name | cache identifier - cannot be null |
|---|
Sets the backing Ehcache net.sf.ehcache.CacheManager.
| cacheManager | backing Ehcache net.sf.ehcache.CacheManager |
|---|
Loads the caches into the cache manager. Occurs at startup. The returned collection should not be null.