iagocanalejas / retrocache

This library provides an easy way for configure retrofit for use a 2 layer cache (RAM and Disk)
Apache License 2.0
35 stars 7 forks source link

Allow @POST to be cached #7

Closed iagocanalejas closed 7 years ago

iagocanalejas commented 7 years ago

Something like mCall.cache(response) inside the callback.

Should also implement something like mCall.searchInCache() for retrieve this requests.

See #5