kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

Cache capability of moshi-jsonapi #78

Closed dreamsbond closed 6 years ago

dreamsbond commented 6 years ago

is moshi-jsonapi support cache capability?

kamikat commented 6 years ago

No, a cache should be implemented by a HTTP library or someone else. As of okhttp, which is a common use case on Android wiith moshi-jsonapi, it does support response caching.