updateOrInsert abstract method

Future updateOrInsert(
  1. CacheObject cacheObject
)

Updates a given CacheObject, if it exists, or adds a new item to the repository

Implementation

Future<dynamic> updateOrInsert(CacheObject cacheObject);