Retrieves multiple values from the cache by their keys.
@override Future<Map<String, dynamic>> many(List<String> keys) { return driver().many(keys); }