Kingfisher icon indicating copy to clipboard operation
Kingfisher copied to clipboard

iOS simulator stop caching image in memory cache

Open satishVekariya opened this issue 4 years ago • 1 comments

steps to reproduce simulate memory warning > reload image > check in memory cache (found nil)

image is cached in disk but not in memory after memory warning which cause flicker on reload

satishVekariya avatar Apr 17 '20 07:04 satishVekariya

This is the expected behavior, the memory cache is used temporarily when there are resources available. If your UI is flickering, it would be probably because of other reasons, like loading big images in a list without downsizing it.

bguidolim avatar May 04 '20 14:05 bguidolim