FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
core
/
pro.respawn.flowmvi.plugins
/
cached
cached
fun
<
T
,
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
cached
(
init
:
suspend
PipelineContext
<
S
,
I
,
A
>
.
(
)
->
T
)
:
CachedValue
<
T
,
S
,
I
,
A
>
Creates and returns a new
CachedValue
.
See also
cache
Plugin