Retrieves a list of all cache keys.
Future<List<String>> documents() async { return _store.keys.toList(); }