storage
Toggle table of contents
0.1.2
common
Platform filter
common
Switch theme
Search in API
storage
storage
/
de.gematik.zeta.sdk.storage
/
SdkStorage
Sdk
Storage
interface
SdkStorage
Inheritors
InMemoryStorage
Members
Functions
clear
Link copied to clipboard
abstract
suspend
fun
clear
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
String
)
:
String
?
put
Link copied to clipboard
abstract
suspend
fun
put
(
key
:
String
,
value
:
String
)
remove
Link copied to clipboard
abstract
suspend
fun
remove
(
key
:
String
)