setData

abstract suspend fun setData(data: T)

Replace current data with new data.

Note: It doesn't change data freshness. If previous data is missing a new data will be stale.