type github.com/jackc/pgx/v5/internal/stmtcache.Cache

4 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		stmtcache.go#L19: type Cache interface {

	github.com/jackc/pgx/v5
		conn.go#L72: 	statementCache          stmtcache.Cache
		conn.go#L73: 	descriptionCache        stmtcache.Cache
		conn.go#L1157: func (c *Conn) sendBatchExtendedWithDescription(ctx context.Context, b *Batch, distinctNewQueries []*pgconn.StatementDescription, sdCache stmtcache.Cache) (pbr *pipelineBatchResults) {