yolk
/
ru.dimsuz.yolk
/
ValueStore
common
ios
jvm
Value
Store
interface
ValueStore
<
K
:
Any
,
V
>
Content copied to clipboard
Functions
Inheritors
Functions
read
Link copied to clipboard
common
abstract suspend fun
read
(key:
K
):
V
?
Content copied to clipboard
remove
Link copied to clipboard
common
abstract suspend fun
remove
(key:
K
)
Content copied to clipboard
write
Link copied to clipboard
common
abstract suspend fun
write
(key:
K
, value:
V
)
Content copied to clipboard
Inheritors
MemoryValueStore
Link copied to clipboard