(ctx context.Context, key ...string)
| 27 | Get(ctx context.Context, key string, fetch func(ctx context.Context) (V, error)) (V, error) |
| 28 | GetLink(ctx context.Context, key string, fetch func(ctx context.Context) (V, error), link ...string) (V, error) |
| 29 | Del(ctx context.Context, key ...string) |
| 30 | DelLocal(ctx context.Context, key ...string) |
| 31 | Stop() |
| 32 | } |
no outgoing calls