CacheHelper constructor
CacheHelper()
Factory constructor to return the singleton instance
Implementation
factory CacheHelper() => _instance;
Factory constructor to return the singleton instance
factory CacheHelper() => _instance;