keptStorageKeysFor abstract method

Future<List<String>> keptStorageKeysFor(
  1. DwRepoScope scope
)

Every query key this store is currently holding a snapshot for, under scope.

Implementation

Future<List<String>> keptStorageKeysFor(DwRepoScope scope);