Versions in this module Expand all Collapse all v3 v3.1.0 Oct 31, 2024 Changes in this version + type Cacheable struct + BidID string + Bidder string + Data json.RawMessage + Key string + TTLSeconds int64 + Timestamp int64 + Type PayloadType + type Client interface + GetExtCacheData func() (scheme string, host string, path string) + PutJson func(ctx context.Context, values []Cacheable) ([]string, []error) + func NewClient(httpClient *http.Client, conf *config.Cache, extCache *config.ExternalCache, ...) Client + type PayloadType string + const TypeJSON + const TypeXML Other modules containing this package github.com/prebid/prebid-server github.com/prebid/prebid-server/v2