Baseflow / flutter_cache_manager

Generic cache manager for flutter
https://baseflow.com
MIT License
739 stars 427 forks source link

How to get the total memory usage of the app memory #398

Open nicolasvahidzein opened 1 year ago

nicolasvahidzein commented 1 year ago

I was expecting to get a function to see the total size of the app cached before knowing if it was a good moment to clear the cache. I don't see that function anywhere.

Thanks for the help.

seanhamstra commented 1 year ago

Looking for this too!

romatallinn commented 1 year ago

Yep, me too. Also useful for debugging; finding "leaking" managers or alike.

Nico04 commented 8 months ago

That would be handy I agree