Glide
disklrucache
/
com.bumptech.glide.disklrucache
/
DiskLruCache
/
Value
Value
class
Value
Content copied to clipboard
A snapshot of the values for an entry.
Functions
Functions
edit
Link copied to clipboard
open
fun
edit
(
)
:
DiskLruCache.Editor
Content copied to clipboard
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
get
File
Link copied to clipboard
open
fun
getFile
(
index
:
Int
)
:
File
Content copied to clipboard
get
Length
Link copied to clipboard
open
fun
getLength
(
index
:
Int
)
:
Long
Content copied to clipboard
Returns the byte length of the value for
index
.
get
String
Link copied to clipboard
open
fun
getString
(
index
:
Int
)
:
String
Content copied to clipboard
Returns the string value for
index
.