updateOrInsert abstract method
Updates a given CacheObject, if it exists, or adds a new item to the repository
Implementation
Future<dynamic> updateOrInsert(CacheObject cacheObject);
Updates a given CacheObject, if it exists, or adds a new item to the repository
Future<dynamic> updateOrInsert(CacheObject cacheObject);