github.com/jackc/pgx/v5.ConnConfig.StatementCacheCapacity (field)
6 uses
github.com/jackc/pgx/v5 (current package)
conn.go#L32: StatementCacheCapacity int
conn.go#L215: StatementCacheCapacity: statementCacheCapacity,
conn.go#L288: if c.config.StatementCacheCapacity > 0 {
conn.go#L289: c.statementCache = stmtcache.NewLRUCache(c.config.StatementCacheCapacity)
conn.go#L399: if c.config.StatementCacheCapacity > 0 {
conn.go#L400: c.statementCache = stmtcache.NewLRUCache(c.config.StatementCacheCapacity)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)