invoke
operator fun <K : Any, V> invoke(tags: Iterable<Any>, initialValues: Map<K, V> = emptyMap()): SafeCache<K, V>
Content copied to clipboard
operator fun <K : Any, V> invoke(tags: Iterable<Any>, vararg initialValues: Pair<K, V>): SafeCache<K, V>
Content copied to clipboard
Return
a SafeCache with initial initialValues of initialValues