public interface KeyValueStore<K,V> extends java.io.Closeable
void
force()
V
get(K key)
put(K key, V value)
close
V get(K key) throws java.io.IOException
java.io.IOException
void put(K key, V value) throws java.io.IOException
void force()
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.