public class CacheManager
extends org.springframework.cache.support.AbstractCacheManager
| 限定符和类型 | 字段和说明 |
|---|---|
private Collection<? extends org.springframework.cache.Cache> |
caches |
private String |
name |
private boolean |
secret |
private long |
timeout |
| 构造器和说明 |
|---|
CacheManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.cache.Cache |
getMissingCache(String name) |
protected Collection<? extends org.springframework.cache.Cache> |
loadCaches() |
void |
setCaches(Collection<? extends org.springframework.cache.Cache> caches) |
void |
setName(String name) |
void |
setSecret(String secret) |
void |
setTimeout(long timeout) |
private String name
private long timeout
private boolean secret
private Collection<? extends org.springframework.cache.Cache> caches
public void setName(String name)
public void setTimeout(long timeout)
public void setSecret(String secret)
public void setCaches(Collection<? extends org.springframework.cache.Cache> caches)
protected Collection<? extends org.springframework.cache.Cache> loadCaches()
protected org.springframework.cache.Cache getMissingCache(String name)
Copyright © 2019. All rights reserved.