Glide
disklrucache
/
com.bumptech.glide.disklrucache
/
DiskLruCache
/
Editor
Editor
class
Editor
Content copied to clipboard
Edits the values for an entry.
Functions
Functions
abort
Link copied to clipboard
open
fun
abort
(
)
Content copied to clipboard
Aborts this edit.
abort
Unless
Committed
Link copied to clipboard
open
fun
abortUnlessCommitted
(
)
Content copied to clipboard
commit
Link copied to clipboard
open
fun
commit
(
)
Content copied to clipboard
Commits this edit so it is visible to readers.
get
File
Link copied to clipboard
open
fun
getFile
(
index
:
Int
)
:
File
Content copied to clipboard
get
String
Link copied to clipboard
open
fun
getString
(
index
:
Int
)
:
String
Content copied to clipboard
Returns the last committed value as a string, or null if no value has been committed.
set
Link copied to clipboard
open
fun
set
(
index
:
Int
,
value
:
String
)
Content copied to clipboard
Sets the value at
index
to
value
.