@PublicPreview("2021.06") enum class DiskCacheStrategy
Describes if the returned photo should be cached in the storage memory. Disk caching is set to NONE by default.
|
Specifies that both the photo data before decoding and the end result will be saved. |
|
|
Specifies that the photo data before decoding will be saved. |
|
|
Specifies that only the decoded and resized photo will be saved. |
|
|
Specifies that disk caching should not be enabled for this photo. |