hurshi / dio-http-cache

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

How to limit disk cache size? #36

Open onliner10 opened 4 years ago

onliner10 commented 4 years ago

I've been diggling through the codebase, and while I see MaxMemoryCacheCount option, there is nothing I'm aware of which would limit the on-disk cache.

How do we ensure the SQLite cache doesn't eat up too much space on client device ? Is there any way of approaching this, currently ?

If not, I'd be happy to implement this!

danielweil commented 4 years ago

Any news about this?