Reads cached data for key. Returns null if not found.
key
null
@override Future<Map<String, dynamic>?> read(String key) async => _cache[key];