Notifies the cache of an unused sequence update. Updates the cache's high sequence
(change *LogEntry)
| 46 | |
| 47 | // Notifies the cache of an unused sequence update. Updates the cache's high sequence |
| 48 | AddUnusedSequence(change *LogEntry) |
| 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) |
no outgoing calls
no test coverage detected