ModuleCheck
0.12.5
0.13.0-SNAPSHOT
0.12.5
modulecheck-utils:cache
/
modulecheck.utils.cache
/
SafeCache
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
invoke
Link copied to clipboard
operator
fun
<
K
:
Any
,
V
>
invoke
(
tags
:
Iterable
<
Any
>
,
vararg
initialValues
:
Pair
<
K
,
V
>
)
:
SafeCache
<
K
,
V
>
Content copied to clipboard
operator
fun
<
K
:
Any
,
V
>
invoke
(
tags
:
Iterable
<
Any
>
,
initialValues
:
Map
<
K
,
V
>
=
emptyMap()
)
:
SafeCache
<
K
,
V
>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard