getCachedChannels abstract method

Future<List<int>> getCachedChannels()
inherited

Fetches the cached channels count from all processes.

Each element in the list is the result of querying a single process. The list is unordered, and might not contain information from all processes if the request times out (5s).

Implementation

Future<List<int>> getCachedChannels();