JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.bumptech.glide.load.engine.cache
Interface DiskCache.Writer
Enclosing interface:
DiskCache
public static interface
DiskCache.Writer
An interface to actually write data to a key in the disk cache.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
write
(
File
file)
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.
Method Detail
write
boolean write(
File
file)
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.
Parameters:
file
- The File the Writer should write to.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method