hurshi / dio-http-cache

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

custom store and cache data view #53

Closed Yonkers closed 4 years ago

Yonkers commented 4 years ago

hope to add custom store and data view interface

krisztianodor commented 4 years ago

Yes, it would be great if we could somehow know if caching works at all the way it should without plugin hacking. The DioCacheManager needs some getter method or the Response object should have some extra info to check if the data is coming from cache.

hurshi commented 4 years ago

Hi, thanks for your issue;

I added two new features: