Are there any HttpCahce client libraries for Java?

2019-06-04 19:58发布

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

1条回答
倾城 Initia
2楼-- · 2019-06-04 20:17

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

查看更多
登录 后发表回答