put

abstract fun put(url: String, data: ByteArray)

Put file as data ByteArray in cache via url.

Parameters

url

The url of the file.

data

The data of the file.