Versions in this module Expand all Collapse all v0 v0.0.13 Apr 21, 2019 Changes in this version + var ErrCacheMiss = errors.New("cache: item not found") + type Storage interface + Get func(ctx context.Context, key string) ([]byte, error) + Remove func(ctx context.Context, key string) error + Set func(ctx context.Context, key string, value []byte, duration time.Duration) error