@Beta(2020, 12) enum class DiskCacheStrategy
Describes if 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. |