toggle menu
0.13.0-SNAPSHOT
0.13.0-SNAPSHOT
0.12.5
jvm
switch theme
search in API
modulecheck-utils:cache
/
modulecheck.utils.cache
/
SafeCache
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
invoke
Link copied to clipboard
operator
fun
<
K
:
Any
,
V
>
invoke
(
tags
:
Iterable
<
Any
>
,
vararg
initialValues
:
Pair
<
K
,
V
>
)
:
SafeCache
<
K
,
V
>
operator
fun
<
K
:
Any
,
V
>
invoke
(
tags
:
Iterable
<
Any
>
,
initialValues
:
Map
<
K
,
V
>
=
emptyMap()
)
:
SafeCache
<
K
,
V
>