drand-client
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
drand-client
drand-client
/
love.drand.storage
/
Cache
/
getOrPut
get
Or
Put
suspend
fun
getOrPut
(
key
:
K
,
defaultValue
:
suspend
(
)
->
V
)
:
V
Get a value or compute and cache it if missing.