public class MultiLevelCacheConfig<K,V> extends CacheConfig<K,V>
| Constructor and Description |
|---|
MultiLevelCacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
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 in class CacheConfig<K,V>public boolean isUseExpireOfSubCache()
public void setUseExpireOfSubCache(boolean useExpireOfSubCache)
Copyright © 2013–2022. All rights reserved.