public class MulitiCacheManager
extends org.springframework.cache.transaction.AbstractTransactionSupportingCacheManager
| 构造器和说明 |
|---|
MulitiCacheManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<org.springframework.cache.CacheManager> |
getCacheManagers()
Getter for property 'cacheManagers'.
|
protected java.util.Collection<? extends org.springframework.cache.Cache> |
loadCaches() |
void |
setCacheManagers(java.util.List<org.springframework.cache.CacheManager> cacheManagers)
Setter for property 'cacheManagers'.
|
decorateCache, isTransactionAware, setTransactionAwarepublic java.util.List<org.springframework.cache.CacheManager> getCacheManagers()
public void setCacheManagers(java.util.List<org.springframework.cache.CacheManager> cacheManagers)
cacheManagers - Value to set for property 'cacheManagers'.protected java.util.Collection<? extends org.springframework.cache.Cache> loadCaches()
loadCaches 在类中 org.springframework.cache.support.AbstractCacheManager