insert abstract method

Future<CacheObject> insert(
  1. CacheObject cacheObject, {
  2. bool setTouchedToNow = true,
})

Inserts cacheObject into the repository

Implementation

Future<CacheObject> insert(CacheObject cacheObject,
    {bool setTouchedToNow = true});