Factory

interface Factory

An interface for lazily creating a disk cache.

Functions

Link copied to clipboard
abstract fun build(): DiskCache
Returns a new disk cache, or null if no disk cache could be created.

Properties

Link copied to clipboard
val DEFAULT_DISK_CACHE_DIR: String
Link copied to clipboard
val DEFAULT_DISK_CACHE_SIZE: Int
250 MB of cache.

Inheritors

Link copied to clipboard
Link copied to clipboard