temp-clone
simplestore
/
com.uber.simplestore
/
SimpleStore
/
get
get
@
CheckReturnValue
abstract
fun
get
(
key
:
String
)
:
ListenableFuture
<
Array
<
Byte
>
>
Content copied to clipboard
Retrieve a byte[] from disk.
Return
value if present, empty array if absent
Parameters
key
to read from