var github.com/jackc/pgconn/stmtcache.lruCount

2 uses

	github.com/jackc/pgconn/stmtcache (current package)
		lru.go#L12: var lruCount uint64
		lru.go#L31: 	n := atomic.AddUint64(&lruCount, 1)