Versions in this module Expand all Collapse all v1 v1.2.3 Jun 14, 2023 v1.2.2 Jun 14, 2023 v1.2.1 Jun 14, 2023 Changes in this version + type Builder struct + func New() *Builder + func (c *Builder) Build(opts ...Option) *cache.Cache + func (c *Builder) Default() *cache.Cache + type Option func(options *options) + func WithCleanupInterval(d time.Duration) Option + func WithExpiration(d time.Duration) Option