temp-clone
simplestore
/
com.uber.simplestore
/
SimpleStore
/
putString
put
String
@
CheckReturnValue
abstract
fun
putString
(
key
:
String
,
@
Nullable
value
:
String
)
:
ListenableFuture
<
String
>
Content copied to clipboard
Stores a String as a byte[].
Parameters
key
to store to
value
to write