hurshi / dio-http-cache

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

Please add feature like getFileCached #116

Open HuyNguyen1590 opened 2 years ago

HuyNguyen1590 commented 2 years ago

Can we have a method from CacheManager that return the cache file path by key? Example: _cacheManager.getCacheByKey(String key) rather than let dio do it itself/