static Future<NyCache> getInstance() async { if (_instance == null) { _instance = NyCache._(); await _instance!._init(); } return _instance!; }