LoopingStudio
Results
1
comments of
LoopingStudio
If you use the extension `extension URLCache { static let imageCache = URLCache(memoryCapacity: 512*1000*1000, diskCapacity: 10*1000*1000*1000) }` You can do `URLCache.imageCache.removeAllCachedResponses()` and it seems to be working