github.com/jackc/pgx/v5/internal/stmtcache.Cache.Put (method)

6 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		stmtcache.go#L24: 	Put(sd *pgconn.StatementDescription)

	github.com/jackc/pgx/v5
		conn.go#L547: 			c.statementCache.Put(sd)
		conn.go#L561: 			c.descriptionCache.Put(sd)
		conn.go#L907: 			c.statementCache.Put(sd)
		conn.go#L919: 			c.descriptionCache.Put(sd)
		conn.go#L1176: 					sdCache.Put(sd)