public abstract class AbstractExternalCache<K,V> extends AbstractCache<K,V>
| Constructor and Description |
|---|
AbstractExternalCache(ExternalCacheConfig<K,V> config) |
| Modifier and Type | Method and Description |
|---|---|
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–2022. All rights reserved.