invoke
operator fun <K : Any, V> invoke(tags: Iterable<Any>, initialValues: Map<K, V> = emptyMap()): SafeCache<K, V>(source)
operator fun <K : Any, V> invoke(tags: Iterable<Any>, vararg initialValues: Pair<K, V>): SafeCache<K, V>(source)
Return
a SafeCache with initial initialValues of initialValues
Since
0.12.0