public interface KeyValueStore
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String key) |
<R> R |
get(String key) |
default void |
store(String key,
Object value) |
void |
store(String key,
Object value,
Guarantee guarantee) |
Copyright © 2019 Flux Capacitor. All rights reserved.