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
Package-level
declarations
Types
Types
Real
Safe
Cache
Link copied to clipboard
internal
class
RealSafeCache
<
K
:
Any
,
V
>
(
val
tags
:
Iterable
<
Any
>
,
initialValues
:
List
<
Pair
<
K
,
V
>
>
)
:
SafeCache
<
K
,
V
>
Safe
Cache
Link copied to clipboard
interface
SafeCache
<
K
:
Any
,
V
>
:
HasTraceTags
A thread (and coroutine) -safe cache, with automatic eviction.