add

fun add(fileUri: Uri): BlobCache.Entry

Adds a blob located at a specified Uri to the cache.

Return

newly created cache entry.

Parameters

fileUri

Blob Uri.


Adds a blob to the cache.

Return

newly created cache entry.

Parameters

data

blob as ByteArray.