(ctx context.Context, key string)
| 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 | |
| 36 | // Set data |
no outgoing calls