Glide
Glide
/
com.bumptech.glide.load.engine.cache
/
DiskCache
/
Factory
Factory
interface
Factory
Content copied to clipboard
An interface for lazily creating a disk cache.
Functions
Properties
Inheritors
Functions
build
Link copied to clipboard
abstract
fun
build
(
)
:
DiskCache
Content copied to clipboard
Returns a new disk cache, or
null
if no disk cache could be created.
Properties
DEFAULT_DISK_CACHE_DIR
Link copied to clipboard
val
DEFAULT_DISK_CACHE_DIR
:
String
Content copied to clipboard
DEFAULT_DISK_CACHE_SIZE
Link copied to clipboard
val
DEFAULT_DISK_CACHE_SIZE
:
Int
Content copied to clipboard
250 MB of cache.
Inheritors
DiskLruCacheFactory
Link copied to clipboard
Factory
Link copied to clipboard