teller / com.levibostian.teller.repository / OnlineRepository / saveData

saveData

protected abstract fun saveData(data: FETCH_RESPONSE, requirements: GET_DATA_REQUIREMENTS): Unit

Save the new cache data to whatever storage method OnlineRepository chooses.

Called on a background thread.