github.com/lib/pq.locationCache.cache (field)

4 uses

	github.com/lib/pq (current package)
		encode.go#L251: 	cache map[int]*time.Location
		encode.go#L262: 	return &locationCache{cache: make(map[int]*time.Location)}
		encode.go#L271: 	location, ok := c.cache[offset]
		encode.go#L274: 		c.cache[offset] = location