getOrPutAll

suspend fun getOrPutAll(prompts: List<String>, scope: String = SemanticCache.DEFAULT_SCOPE, metadata: Map<String, String> = emptyMap(), compute: suspend (String) -> String): List<String>

See also