Set 设置资源
(ctx context.Context, collection, key string, value any)
| 58 | |
| 59 | // Set 设置资源 |
| 60 | Set(ctx context.Context, collection, key string, value any) error |
| 61 | |
| 62 | // Delete 删除资源 |
| 63 | Delete(ctx context.Context, collection, key string) error |
no outgoing calls