systema-sdk
0.1.0
android
common
ios
systema-sdk
/
ai.systema.configuration
/
SystemaKVStore
Systema
KVStore
common
interface
SystemaKVStore
Content copied to clipboard
Functions
Inheritors
Functions
delete
Link copied to clipboard
common
abstract
suspend
fun
delete
(
key
:
String
)
:
String
?
Content copied to clipboard
lazy
Write
Link copied to clipboard
common
abstract
suspend
fun
lazyWrite
(
key
:
String
,
value
:
String
)
Content copied to clipboard
read
Link copied to clipboard
common
abstract
suspend
fun
read
(
key
:
String
)
:
String
?
Content copied to clipboard
write
Link copied to clipboard
common
abstract
suspend
fun
write
(
key
:
String
,
value
:
String
)
Content copied to clipboard
Inheritors
SystemaAndroidStorage
Link copied to clipboard
SystemaIosStorage
Link copied to clipboard