Writer

interface Writer

An interface to actually write data to a key in the disk cache.

Functions

Link copied to clipboard
abstract fun write(file: File): Boolean
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.