Versions in this module Expand all Collapse all v0 v0.0.2 Dec 14, 2025 v0.0.1 Dec 5, 2025 Changes in this version + var ErrInvalidFactoryConfig = errors.New("invalid config") + func Module() fx.Option + type Config struct + URL string + type Factory interface + New func(name string) (cache.Cache, error) + WithName func(name string) Factory + func NewFactory(config Config) (Factory, error)