quarkdown
Toggle table of contents
2.6.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
quarkdown
quarkdown-core
/
com.quarkdown.core.util
/
ConcurrentCache
/
getOrPut
get
Or
Put
fun
getOrPut
(
key
:
K
,
compute
:
(
)
->
V
)
:
V
Return
the value associated with
key
, atomically computing and storing it via
compute
if absent