addOrUpdate

suspend fun <R : Resource> addOrUpdate(resource: R)

Update this stored resources with the passed resource, or create it if not found. If the resource is a Metadata Resource save it in the Knowledge Manager

Note