FileUriKeyer

class FileUriKeyer(addLastModifiedToFileCacheKey: Boolean) : Keyer<Uri>

Constructors

Link copied to clipboard
constructor(addLastModifiedToFileCacheKey: Boolean)

Functions

Link copied to clipboard
open override fun key(data: Uri, options: Options): String?

Convert data into a string key. Return 'null' if this keyer cannot convert data.