(ctx context.Context, keys ...string)
| 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 | } |
| 35 |
no outgoing calls