coil-base
/
coil.request
/
CachePolicy
Cache
Policy
enum
CachePolicy
:
Enum
<
CachePolicy
>
Content copied to clipboard
Represents the read/write policy for a cache source.
Entries
Properties
See also
See also
coil.
request.
Image
Request
Entries
DISABLED
Link copied to clipboard
DISABLED
(false, false)
Content copied to clipboard
WRITE_ONLY
Link copied to clipboard
WRITE_ONLY
(false, true)
Content copied to clipboard
READ_ONLY
Link copied to clipboard
READ_ONLY
(true, false)
Content copied to clipboard
ENABLED
Link copied to clipboard
ENABLED
(true, true)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
readEnabled
Link copied to clipboard
val
readEnabled
:
Boolean
Content copied to clipboard
writeEnabled
Link copied to clipboard
val
writeEnabled
:
Boolean
Content copied to clipboard