CacheModel

interface CacheModel

Functions

getManifest
Link copied to clipboard
abstract fun getManifest(context: Context, url: String, completion: (Result<AppManifest>) -> Unit)
getUri
Link copied to clipboard
abstract fun getUri(context: Context, url: String, completion: (Result<ByteArray>) -> Unit)

Inheritors

CacheModelImpl
Link copied to clipboard