1

I have already asked about this for android, but I will broaden the question to include java in general... Are there any libraries for implementing a Http cache? I want to download my images more efficiently, honoring If-Modified-Since, etags, etc.

I'm sure there is a library to which one can pass the url of the image and let the lib handle all redirects or fetch the locally stored content in a cache?

BR // Jonas

Community
  • 1
  • 1
user331244
  • 601
  • 9
  • 19

1 Answers1

0

Take a look at this and also this blog post. Maybe they help? Also look at a similar question here.

Community
  • 1
  • 1
omermuhammed
  • 7,365
  • 4
  • 27
  • 40
  • Thanks for pointing it out! This looks like something good, I will try it as soon as I get my hands on that Ice Cream! – user331244 Nov 02 '11 at 09:53