toggle menu
redwood
0.15.0
common
switch theme
search in API
redwood-treehouse-host
/
app.cash.redwood.treehouse
/
MemoryStateStore
Memory
State
Store
class
MemoryStateStore
:
StateStore
A simple in-memory state store.
Members
Constructors
Memory
State
Store
Link copied to clipboard
constructor
(
)
Functions
get
Link copied to clipboard
open
suspend override
fun
get
(
id
:
String
)
:
StateSnapshot
?
put
Link copied to clipboard
open
suspend override
fun
put
(
id
:
String
,
value
:
StateSnapshot
)