You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我们的一款App工作模式为在线下载用户的相册后,使用kf的缓存展示相册。经常有用户反馈图片加载不成功。我们经过日志追踪发现走到了KingfisherError.imageNotExisting. 提示: The image is not in cache, but you requires it should only be " + "from cache by enabling the .onlyFromCache option. Key:
但是我们本身并没有主动传递过.onlyFromCache这个枚举,也就是说问题可能出在retrieveImageFromCache中,validCache返回了true,但是在后续取缓存图片时又没有获取到对应的图片,因此报了这个错。请问什么情况可能导致这种问题?在validCache为true的情况下却无法获取缓存图片?
我们正在使用7.12版本
The text was updated successfully, but these errors were encountered:
我们的一款App工作模式为在线下载用户的相册后,使用kf的缓存展示相册。经常有用户反馈图片加载不成功。我们经过日志追踪发现走到了KingfisherError.imageNotExisting. 提示: The image is not in cache, but you requires it should only be " + "from cache by enabling the
.onlyFromCache
option. Key:但是我们本身并没有主动传递过.onlyFromCache这个枚举,也就是说问题可能出在retrieveImageFromCache中,validCache返回了true,但是在后续取缓存图片时又没有获取到对应的图片,因此报了这个错。请问什么情况可能导致这种问题?在validCache为true的情况下却无法获取缓存图片?
我们正在使用7.12版本
The text was updated successfully, but these errors were encountered: