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