setAll
suspend fun <T : Model> setAll(collection: MongoCollection<T>, serializer: KSerializer<T>, expire: Duration? = null, fieldExpire: Duration? = null, invalidateVolatiles: Boolean = true, maxCacheSize: Int? = null, cacheKey: String = collection.cacheKey(), setData: suspend MongoCollection<T>.() -> List<T>?): Boolean