Skip to content

Instantly share code, notes, and snippets.

@antocara
Created March 14, 2022 13:02
Show Gist options
  • Save antocara/1095764cc727b55681871df730bd7f8a to your computer and use it in GitHub Desktop.
Save antocara/1095764cc727b55681871df730bd7f8a to your computer and use it in GitHub Desktop.
lazy var session: URLSession = {
let configuration = URLSessionConfiguration.default
configuration.requestCachePolicy = .returnCacheDataElseLoad
return URLSession(configuration: configuration)
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment