intellij-randomness / com.fwdekker.randomness / Cache / <init>

<init>

Cache(creator: (K) -> V)

A simple thread-safe cache of objects.

Parameters

K - the type of keys

V - the type of values