func github.com/jackc/pgconn/stmtcache.New

3 uses

	github.com/jackc/pgconn/stmtcache (current package)
		stmtcache.go#L41: func New(conn *pgconn.PgConn, mode int, cap int) Cache {

	github.com/jackc/pgx/v4
		conn.go#L162: 			return stmtcache.New(conn, statementCacheMode, statementCacheCapacity)
		conn.go#L767: 			stmtCache = stmtcache.New(c.pgConn, stmtcache.ModeDescribe, len(distinctUnpreparedQueries))