(key string, obj any)
| 31 | Set(item *Item) error |
| 32 | Rename(oldKey string, newKey string, expiration time.Duration) error |
| 33 | Get(key string, obj any) error |
| 34 | Delete(key string) error |
| 35 | OnUpdated(ctx context.Context, key string, callback func() error) error |
| 36 | NotifyUpdated(key string) error |
no outgoing calls