setAll

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