Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Does anyone know an HttpCacheStorage implementation available in Orbit?

Hi fellow Eclipse committers,

we at the Automated Error Reporting project are currently trying to make
the client more RESTful. In particular, we want to implement support for
HTTP's Cache-Control header.

Now, Apache HttpComponents offers a CachingHttpClientBuilder [1], which
produces a drop-in replacement of the normal HttpClient that we
currently use, but with full, spec-compliant Cache-Control handling.
Unfortunately, our use case requires a persistent HttpCacheStorage
storage backend [2].

While there exists, e.g., an Ehcache-based backend, AFAICT none of the
backends has its necessary dependencies in Orbit.

But maybe I am mistaken or some other project has already developed
their own HttpCacheStorage that we should know about. Is so, please tell us.

Best wishes,

Andreas

[1]
<https://hc.apache.org/httpcomponents-client-4.5.x/httpclient-cache/apidocs/index.html>
[2]
<https://hc.apache.org/httpcomponents-client-4.5.x/httpclient-cache/apidocs/org/apache/http/client/cache/HttpCacheStorage.html>

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top