Add a AppModel to the repository, cached
@override Future<AppModel> add(AppModel value) { return reference.add(value).then((newValue) { fullCache[value.documentID] = newValue; return newValue; }); }