Versions in this module Expand all Collapse all v1 v1.4.0 Nov 24, 2025 v1.3.0 Nov 4, 2025 Changes in this version + func New(ctx context.Context, config Config) (httpcache.Cache, error) + func NewWithBucket(bucket *blob.Bucket, keyPrefix string, timeout time.Duration) httpcache.Cache + type Config struct + Bucket *blob.Bucket + BucketURL string + KeyPrefix string + Timeout time.Duration + func DefaultConfig() Config