Cache
class Cache(val context: Context, ioQueue: CoroutineContext = Dispatchers.IO.limitedParallelism(1), json: Json) : CoroutineScope(source)
Constructors
Link copied to clipboard
constructor(context: Context, ioQueue: CoroutineContext = Dispatchers.IO.limitedParallelism(1), json: Json)