Returns the highest cached sequence, used for changes synchronization
()
| 65 | |
| 66 | // Returns the highest cached sequence, used for changes synchronization |
| 67 | GetHighCacheSequence() uint64 |
| 68 | |
| 69 | // Access to individual channel cache |
| 70 | getSingleChannelCache(ctx context.Context, ch channels.ID) (SingleChannelCache, error) |
no outgoing calls
no test coverage detected