Companion

object Companion

Functions

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>

Sources

Link copied to clipboard