twitter/util

There is a cache to my http request?

renatocassino opened this issue · 2 comments

Hello guys.

I want to make a cache in my http request (rest response).

There is an lib here to make this?

@tacnoman hi! Welcome to util. We have a library for making asynchronous caches, util-cache, which is documented here. Could you elaborate on the problem you're trying to solve? util-cache works well with finagle, but if you're using a synchronous http client, it might not be the best fit.

Thanks! xD