static Future<void> saveCache(String key, dynamic value) async { await I._database?.put(key, value); }