Closed 3lvis closed 6 years ago
Allows the user to disable caching per request.
networking.downloadImage("/image/png", cachingLevel: .none) { result in // Non-cached image.... }
Allows the user to disable caching per request.