How to cache images only in disk using Kingfisher?
问题 I am using Kingfisher library for downloading and caching images. I am facing some issues in the implementation: Are the images cached in both memory and disk? Is there any provision to cache images only on disk? I have already read multiple posts regarding this, but couldn't find any solution. 回答1: Yes, Kingfisher caches images both in memory and on disk. By default, the amount of RAM that will be used is not even limited, you have to set the value yourself: ImageCache.default.maxMemoryCost