Versions in this module Expand all Collapse all v0 v0.0.2 Sep 7, 2023 Changes in this version + func NewLocalCache() *localCache + func NewRedisCache(redisDBComponentName string, appCtx appctx.AppContext) *redisCache + type Cache interface + Delete func(ctx context.Context, key string) error + Get func(ctx context.Context, key string, value interface{}) error + Set func(ctx context.Context, key string, value interface{}, ttl time.Duration) error