Package-level declarations

Types

Link copied to clipboard
class RedisCacheException(message: String, cause: Throwable? = null) : Exception

Exception thrown when there is an error with Redis cache operations.

Link copied to clipboard
class RedisPromptCache(client: RedisClient, prefix: String, ttl: Duration) : PromptCache

Redis-based implementation of PromptCache. This implementation stores cache entries in a Redis database.