getExpiredKeys abstract method
Streams all keys that have expired. The returned Future
completes once the backend has accepted the request (surfacing
any setup failure eagerly); the Stream then yields the keys.
Implementation
Future<Stream<K>> getExpiredKeys();