Adds an entry to the cache, returns set of channels it was added to
(ctx context.Context, change *LogEntry)
| 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 |
| 43 | |
| 44 | // Notifies the cache of a principal update. Updates the cache's high sequence |
| 45 | AddPrincipal(change *LogEntry) |
no outgoing calls