(ctx context.Context, keys []string, valueMap interface{})
| 29 | Get(ctx context.Context, key string, val interface{}) error |
| 30 | MultiSet(ctx context.Context, valMap map[string]interface{}, expiration time.Duration) error |
| 31 | MultiGet(ctx context.Context, keys []string, valueMap interface{}) error |
| 32 | Del(ctx context.Context, keys ...string) error |
| 33 | SetCacheWithNotFound(ctx context.Context, key string) error |
| 34 | } |
no outgoing calls