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