static Future<List<int>?> getBytes(String key) async { return await _cacheApi.getBytes(key) as List<int>?; }