0

我在我的应用程序中使用新的 AlamofireImage 2.1.0 版本,并且尝试使用清除图像缓存时

imageDownloader.sessionManager.session.configuration.URLCache?.removeCachedResponseForRequest(URLRequest)

我收到一个错误:

Value of type 'ImageDownloader' has no member 'sessionManager'

我也在使用 Alamofire 3.1.2

4

1 回答 1

1

on的sessionManager属性在版本ImageDownloader中有一个内部 ACL 2.1.0。我最近将 ACL 更改为public位于分支中的f35e4748master。如果您更新到master,您的代码示例应该可以按预期工作。

我们将2.1.1在接下来的几天内在这里发布版本。

于 2015-11-09T16:13:00.137 回答