refactoring(infra-cache)

This commit is contained in:
2025-08-14 18:34:54 +02:00
parent af2b26ad15
commit fde93093b9
2 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ Das gesamte Modul verwendet professionelle SLF4J/kotlin-logging Standards:
```kotlin
// Konsistentes Pattern in allen Klassen:
companion object {
companion.object {
private val logger = KotlinLogging.logger {}
}