RedisPromptCache
Redis-based implementation of PromptCache. This implementation stores cache entries in a Redis database.
Parameters
client
The Redis client to use for connecting to Redis
Constructors
Link copied to clipboard
Java-compatible constructor that accepts java.time.Duration for the TTL parameter.