public class MultiLevelCacheConfig<K,V> extends CacheConfig<K,V>
| 构造器和说明 |
|---|
MultiLevelCacheConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
MultiLevelCacheConfig |
clone() |
List<Cache<K,V>> |
getCaches() |
boolean |
isUseExpireOfSubCache() |
void |
setCaches(List<Cache<K,V>> caches) |
void |
setUseExpireOfSubCache(boolean useExpireOfSubCache) |
getDefaultExpireInMillis, getExpireAfterAccessInMillis, getExpireAfterWriteInMillis, getKeyConvertor, getLoader, getMonitors, getPenetrationProtectTimeout, getRefreshPolicy, getTryLockInquiryCount, getTryLockLockCount, getTryLockUnlockCount, isCacheNullValue, isCachePenetrationProtect, isExpireAfterAccess, isExpireAfterWrite, setCacheNullValue, setCachePenetrationProtect, setDefaultExpireInMillis, setExpireAfterAccessInMillis, setExpireAfterWriteInMillis, setKeyConvertor, setLoader, setMonitors, setPenetrationProtectTimeout, setRefreshPolicy, setTryLockInquiryCount, setTryLockLockCount, setTryLockUnlockCountpublic MultiLevelCacheConfig clone()
clone 在类中 CacheConfig<K,V>public boolean isUseExpireOfSubCache()
public void setUseExpireOfSubCache(boolean useExpireOfSubCache)
Copyright © 2013–2019. All rights reserved.