Size of the the largest individual channel cache, invoked for stats reporting TODO: let the cache manage its own stats internally (maybe take an updateStats call)
(context.Context)
| 62 | // Size of the the largest individual channel cache, invoked for stats reporting |
| 63 | // // TODO: let the cache manage its own stats internally (maybe take an updateStats call) |
| 64 | MaxCacheSize(context.Context) int |
| 65 | |
| 66 | // Returns the highest cached sequence, used for changes synchronization |
| 67 | GetHighCacheSequence() uint64 |
no outgoing calls
no test coverage detected