save

abstract suspend fun save(cachedData: T?)

Saves cachedData to the persistent cache. The data fully overwrites any data already in the cache.

Parameters

cachedData

the data to save in the cache.