package io.gitlab.jfronny.googlechat; public record CacheKey(String sourceText, String sourceLangId, String targetLangId) { }