hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Usage questions #51

Closed nicoache1 closed 4 years ago

nicoache1 commented 4 years ago

First of all thanks for your amazing package!

I see in the README that you need to enable and interceptor with a BaseUrl. How this exactly works? is mandatory? I mean i can only set the CacheManager with no baseUrl? All these questions arose because i have a case when I want to cache some requests but others don't, how do i should do that? set in the request maxAge to 0?

pishguy commented 4 years ago

+1

hurshi commented 4 years ago

Hi, thanks for your issue;