public class DefaultKeyValueStore extends Object implements KeyValueStore
| Constructor and Description |
|---|
DefaultKeyValueStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String key) |
<R> R |
get(String key) |
void |
store(String key,
Object value) |
public void store(String key, Object value)
store in interface KeyValueStorepublic <R> R get(String key)
get in interface KeyValueStorepublic void delete(String key)
delete in interface KeyValueStoreCopyright © 2019 Flux Capacitor. All rights reserved.