Initializes the cache high sequence value
(initialSequence uint64)
| 37 | |
| 38 | // Initializes the cache high sequence value |
| 39 | Init(initialSequence uint64) |
| 40 | |
| 41 | // Adds an entry to the cache, returns set of channels it was added to |
| 42 | AddToCache(ctx context.Context, change *LogEntry) []channels.ID |
no outgoing calls