public abstract class AbstractExternalCache<K,V> extends AbstractCache<K,V>
| 构造器和说明 |
|---|
AbstractExternalCache(ExternalCacheConfig<K,V> config) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
buildKey(K key) |
computeIfAbsent, computeIfAbsent, GET_ALL, GET, notify, PUT_ALL, PUT_IF_ABSENT, PUT, REMOVE_ALL, REMOVEpublic AbstractExternalCache(ExternalCacheConfig<K,V> config)
public byte[] buildKey(K key)
Copyright © 2013–2019. All rights reserved.