static Future<void> setBytes(String key, List<int>? value) async { await _cacheApi.setBytes(key, value); }