Entry

data class Entry(val containerURL: Uri, val id: String)

Cache entry.

Parameters

containerURL

cache container Uri.

id

entry ID.

Constructors

Link copied to clipboard
constructor(containerURL: Uri, id: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

Functions

Link copied to clipboard

Loads the cache entry from the file store.

Link copied to clipboard
fun toUri(): Uri

Returns the Uri representation of this entry.