Robin Wieruch
Robin Wieruch

Reputation: 15908

JAX-RS Frameworks with Client Caching

Do RESTEasy, Jersey or Restlet integrate client sided caching?

I read something about a CacheClient for Jersey

Is that an official implementation? If not, are they working on Client Caching for Jersey 2.0? Can someone confirm this?

For Resteasy I read here something about official client sided cache control.

Im not sure about Restlet. Are there some official good solutions?

Upvotes: 2

Views: 474

Answers (1)

Jerome Louvel
Jerome Louvel

Reputation: 2892

Regarding Restlet, we are planning to add a caching service in version 2.2. That will benefit the JAX-RS extension as well.

See our detailled roadmap here.

Upvotes: 2

Related Questions