Del multiple delete data
(ctx context.Context, keys ...string)
| 55 | |
| 56 | // Del multiple delete data |
| 57 | func Del(ctx context.Context, keys ...string) error { |
| 58 | return DefaultClient.Del(ctx, keys...) |
| 59 | } |
| 60 | |
| 61 | // SetCacheWithNotFound . |
| 62 | func SetCacheWithNotFound(ctx context.Context, key string) error { |