Image cache reduces client-server requests for images.Image cache is useful for fast retrieval of images. we can store server side images in application using image cache and retrieve any time when we want even if server connected or not.
Questions tagged [image-caching]
222 questions
0
votes
1 answer
Image Url not caching
I have upload the image from my application and when I want to download its not able to cache.
My url : https://workmate.mapmyindia.com/app/mobile/displayImage/3b9c509d-6461-455d-8a2a-461adc73b81e
If I replace the string with other url, it works…

Myaaoonn
- 1,001
- 12
- 25
0
votes
1 answer
Not able to update profile pic in MFSideMenu
I am trying to update my profile picture on side menu (MFSideMenu) and as soon as I update profile picture over the web server, I want to set it on my iOS app. URL of the image being the same, I am unable to upgrade it. I guess the problem is that…

Preetika
- 702
- 8
- 21
0
votes
2 answers
NSTextAttachment is somehow caching the image. Any ideas about how?
When creating a NSAttributedString from an HTML string which contains an image link (https), somehow the downloaded image is cached. How did I came up with this fact?
Install app.
Open the app. Image is there.
Close the app (terminate). Go for…

Arda Oğul Üçpınar
- 881
- 1
- 14
- 38
0
votes
1 answer
Laravel intervention/imagecache not found
I am using Laravel 5.3 with intervention image and image cache.
Today I noticed, that there's an error when I want to create a cached image (but it already worked before).
Whoops, looks like something went wrong.
1/1
MissingDependencyException in…

Josef
- 229
- 1
- 2
- 9
0
votes
0 answers
Why Picasso disk cache get cleared after some time.
I have successfully implemented a recycler view with images to event show the data when user start application without internet connection. I've achieved this by using. But the problem this disk cache won't stay much longer. If I restart app after…

Chathuranga Shan Jayarathna
- 606
- 3
- 11
- 45
0
votes
1 answer
Refresh cached image in AlamofireImage?
Is it possible to automatically remove cached image and download newer if image was updated on server? I have tried AlamofireImage and STXImageCache but they both download an image only once and do not update it.
I try like that:
private let…

Simon Moshenko
- 2,028
- 1
- 15
- 36
0
votes
2 answers
Xamarin.Forms Image Caching Cross-Platform Solution
We have number of images used as app assets, for case of simplicity, let's say 10 images only.
As far as I understand, Xamarin.Forms will not cashe these images, so if I have these 10 images showing in my toolbar (this is just to explain issue, we…

pixel
- 9,653
- 16
- 82
- 149
0
votes
2 answers
CollectionViewCell image doesn't display until scrolling
I am using this code to display image in to my customCell. This is my code to fetch image from API. It was working fine as per the given link. But the problem started when I added this code to my cellForItemAt indexPath: for image Cache.
func…

iUser
- 1,075
- 3
- 20
- 49
0
votes
2 answers
Fresco does not support resize options like picasso
I was trying to use Fresco over Picasso to avoid memory leaks but found that Fresco does not support scaling as it is supported by Picasso
Following is my code to resize image using picasso
…

amodkanthe
- 4,345
- 6
- 36
- 77
0
votes
0 answers
Image cache using kingfisher
I'm working on project in swift 3 and as to cache the image url that I get from json response I use the kingfisher pod. But for some reason I'm not getting the image in my UICollectionViewCell at all (image not getting displaying). What am I missing…

danutha
- 214
- 3
- 16
0
votes
1 answer
Volley Image Cahing
I am trying to understand Volley's image caching. I have a fragment with network image view, which will load an image from the server. I am not able to display the image using NetworkImageView, when i try to load an image nothing shows up. I read…

Laraib Azad
- 7
- 5
0
votes
1 answer
Ng Image cache not working
Using ng-image-cache directive to save the image in cache.
In our scenario, assets contain a list of urls that need to be preloaded so that images are visible even without a internet connection.
html looks like this:

shrey
- 1
- 2
0
votes
1 answer
Swift image cache not working
I'm trying to cache images from a URL to make my table scroll more smoothly. This doesn't seem to be caching them and I can't figure out what I'm doing wrong. Can anyone tell me what's wrong with this?
let imageCache = NSCache()
extension…

Wayne Filkins
- 494
- 6
- 20
0
votes
3 answers
Android: Universal Image Loader - Add new image to cache
I am successfully integrate Universal Imageloader in my Gallery App to show the images from the phone storage
But new images (captured from the camera /processed images) stored in the app's specified folder doesn't appear in the gallery. even the…

Adarsh
- 2,219
- 2
- 23
- 37
0
votes
1 answer
load image from cache in volley
I use volley to load image and cache image in android . I want to load image from cache when cache has requested image .So I set my image view with below method.
public void setImage(String url)
{
final ImageRequest imgRequest = new…

MSepehr
- 890
- 2
- 13
- 36