Versions in this module Expand all Collapse all v0 v0.0.4 Aug 18, 2024 v0.0.3 Aug 18, 2024 Changes in this version + type Cache interface + Decr func(ctx context.Context, key string) error + Del func(ctx context.Context, key string) error + DelAll func(ctx context.Context, keys ...string) error + Get func(ctx context.Context, key string) (string, error) + Incr func(ctx context.Context, key string) error + Set func(ctx context.Context, key string, value interface{}) error + SetEx func(ctx context.Context, key string, value interface{}, duration time.Duration) error