toggle menu
compose-imageLoader
1.7.0
common
switch theme
search in API
image-loader
/
com.seiko.imageloader.cache.disk
/
DiskCacheBuilder
Disk
Cache
Builder
class
DiskCacheBuilder
Members
Functions
cleanup
Dispatcher
Link copied to clipboard
fun
cleanupDispatcher
(
dispatcher
:
CoroutineDispatcher
)
directory
Link copied to clipboard
fun
directory
(
directory
:
Path
)
Set the
directory
where the cache stores its data.
maximum
Max
Size
Bytes
Link copied to clipboard
fun
maximumMaxSizeBytes
(
size
:
Long
)
max
Size
Bytes
Link copied to clipboard
fun
maxSizeBytes
(
size
:
Long
)
max
Size
Percent
Link copied to clipboard
fun
maxSizePercent
(
percent
:
Double
)
minimum
Max
Size
Bytes
Link copied to clipboard
fun
minimumMaxSizeBytes
(
size
:
Long
)