Package-level declarations
Types
Link copied to clipboard
class Slf4jCacheListener @JvmOverloads constructor(logger: Logger = LoggerFactory.getLogger("dev.kmemo.cache"), level: Level = Level.DEBUG, redactPrompts: Boolean = true, maxPromptChars: Int = DEFAULT_MAX_PROMPT_CHARS, correlationId: () -> String? = { null }) : CacheListener
A CacheListener that writes one structured SLF4J line per cache event.