(ctx context.Context, onSync func(context.Context))
| 1089 | NumEntries() int |
| 1090 | Synced() bool |
| 1091 | Watch(ctx context.Context, onSync func(context.Context)) |
| 1092 | } |
| 1093 | |
| 1094 | func (a *Allocator) NewRemoteCache(remoteName string, remoteAlloc *Allocator) RemoteIDCache { |
no outgoing calls