insert abstract method
Inserts cacheObject
into the repository
Implementation
Future<CacheObject> insert(CacheObject cacheObject,
{bool setTouchedToNow = true});
Inserts cacheObject
into the repository
Future<CacheObject> insert(CacheObject cacheObject,
{bool setTouchedToNow = true});