Cache

fun <K, V> Cache(creator: (K) -> V)

Parameters

K

the type of keys

V

the type of values

Sources

Link copied to clipboard