Networking — 0.24.0
- Add support for retrieving an image from the cache
networking.imageFromCache("/image/png") { image in
// Image from cache, you will get `nil` if no image is found
}
networking.imageFromCache("/image/png") { image in
// Image from cache, you will get `nil` if no image is found
}