Versions in this module Expand all Collapse all v0 v0.1.1 Jun 20, 2019 v0.1.0 Apr 6, 2019 Changes in this version + var ErrNotRunning = fmt.Errorf("not running") + type Cache interface + Done func() <-chan struct{} + Error func() error + Get func(string) (string, error) + Put func(string, string) error + Shutdown func(error) + ShutdownAsync func(error) + func NewCache(ctx context.Context) Cache