Package-level declarations

Types

Link copied to clipboard
class PostgresStore(dataSource: DataSource, table: String = "kmemo_cache", ttl: Duration? = null, clock: Clock = Clock.systemUTC()) : CacheStore

A durable CacheStore backed by Postgres with the pgvector extension.