toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie.coroutines
/
cacheSelfie
cache
Selfie
suspend
fun
cacheSelfie
(
toCache
:
suspend
(
)
->
String
)
:
CacheSelfieSuspend
<
String
>
suspend
fun
<
T
>
cacheSelfie
(
roundtrip
:
Roundtrip
<
T
,
String
>
,
toCache
:
suspend
(
)
->
T
)
:
CacheSelfieSuspend
<
T
>