Versions in this module Expand all Collapse all v1 v1.0.0 May 10, 2021 Changes in this version + type Cache interface + Close func() error + Delete func(ctx context.Context, key string) error + Get func(ctx context.Context, key string) (string, error) + Put func(ctx context.Context, key string, value string) error + Setting func(ctx context.Context, setting CacheSetting) + type CacheSetting struct + CacheTime int + Endpoints []string + Password string + Username string