OfflineCacheProvider

Implement this to provide Cache instances for both internal and external storage used for offline content.

Functions

Link copied to clipboard
abstract fun getExternal(path: String): Cache
Link copied to clipboard
abstract fun getInternal(path: String): Cache