Glide
Glide
/
com.bumptech.glide.load.engine.cache
/
DiskCache
/
Writer
Writer
interface
Writer
Content copied to clipboard
An interface to actually write data to a key in the disk cache.
Functions
Functions
write
Link copied to clipboard
abstract
fun
write
(
file
:
File
)
:
Boolean
Content copied to clipboard
Writes data to the file and returns true if the write was successful and should be committed, and false if the write should be aborted.