public static interface DiskCache.Writer
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.
|