Top "Image-caching" questions

Image cache reduces client-server requests for images.

How to force a web browser NOT to cache images

Background I am writing and using a very simple CGI-based (Perl) content management tool for two pro-bono websites. It provides …

html image caching browser-cache image-caching
Is there a way to force browsers to refresh/download images?

I have a problem where users are reporting that their images aren't being uploaded and the old ones are still …

html browser browser-cache image-caching
Website image caching with Apache

How can I get static content on Apache to be {cached by browser} and not {checked for freshness {with every …

apache mod-expires image-caching
Android java.lang.OutOfMemoryError?

04-25 08:19:10.111 2431-2603/com.example.francesco.guidedautorewithtabs E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 4194316 byte allocation with 1983651 free bytes and 1937…

android performance memory-leaks out-of-memory image-caching
Glide : How to find if the image is already cached and use the cached version?

Scenario: I have a large GIF image which I want to cache the first time user opens the app using …

android image-caching android-glide
Android Glide: How to download and cache bitmaps?

I am using Glide to download and cache images on Android. Everything works well except the fact that I don't …

android image-caching android-glide
Cache URL images iphone UITableview

I'm seeking a tutorial on how to cache images loaded from a url into cells of a uitableview. I found …

ios iphone uitableview cocoa-touch image-caching
How to clear the image cache in a Silverlight desktop application

I'm running a Silverlight out-of-browser desktop application that downloads a bunch of images from an HTTP server. It seems as …

silverlight desktop-application image-caching
Using image.complete to find if image is cached on chrome?

I have been trying to find out if an external image is cached on the browser with js, this is …

javascript jquery image cross-browser image-caching
Android - How to get image file from Fresco disk cache?

I am using the Fresco library. I can't find any related info in the Fresco documentation, how can I get …

java android image-caching fresco