public class ExternalCacheConfig<K,V> extends CacheConfig<K,V>
| Constructor and Description |
|---|
ExternalCacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyPrefix() |
Supplier<String> |
getKeyPrefixSupplier() |
Function<byte[],Object> |
getValueDecoder() |
Function<Object,byte[]> |
getValueEncoder() |
void |
setKeyPrefix(String keyPrefix) |
void |
setKeyPrefixSupplier(Supplier<String> keyPrefixSupplier) |
void |
setValueDecoder(Function<byte[],Object> valueDecoder) |
void |
setValueEncoder(Function<Object,byte[]> valueEncoder) |
clone, 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, setTryLockUnlockCountCopyright © 2013–2022. All rights reserved.