Remove purges the given doc IDs from all channel caches and returns the number of items removed.
(ctx context.Context, collectionID uint32, docIDs []string, startTime time.Time)
| 49 | |
| 50 | // Remove purges the given doc IDs from all channel caches and returns the number of items removed. |
| 51 | Remove(ctx context.Context, collectionID uint32, docIDs []string, startTime time.Time) (count int) |
| 52 | |
| 53 | // Returns set of changes for a given channel, within the bounds specified in options |
| 54 | GetChanges(ctx context.Context, ch channels.ID, options ChangesOptions) ([]*LogEntry, error) |
no outgoing calls