Returns the set of all cached data for a given channel (intended for diagnostic usage)
(ctx context.Context, ch channels.ID)
| 55 | |
| 56 | // Returns the set of all cached data for a given channel (intended for diagnostic usage) |
| 57 | GetCachedChanges(ctx context.Context, ch channels.ID) ([]*LogEntry, error) |
| 58 | |
| 59 | // Clear reinitializes the cache to an empty state |
| 60 | Clear() |
no outgoing calls