K - key typeV - value typepublic interface MapWriter<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Collection<K> keys) |
void |
write(Map<K,V> map) |
void delete(Collection<K> keys)
Copyright © 2014–2019 Redisson. All rights reserved.