static setIntCache({required String name, int? value, int defaultValue = 0}) { _prefs.setInt(name, value ?? defaultValue); }