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 NewWithClient(client *mongo.Client, database, collection string, config Config) (httpcache.Cache, error) + type Config struct + ClientOptions *options.ClientOptions + Collection string + Database string + KeyPrefix string + TTL time.Duration + Timeout time.Duration + URI string + func DefaultConfig() Config