readAll abstract method

Future<Map<String, String>> readAll()

Reads every key this backend holds.

Called once at setup; every later read is served from memory.

Implementation

Future<Map<String, String>> readAll();