I am using this library https://pub.dartlang.org/packages/flutter_cache_manager#-readme-tab- and I have 2 questions. Firstly, it is unclear to me whether the getFile(url) function automatically caches the file that is returned or whether I must call putFile() after it is returned.
Secondly, I see that you can override BaseCacheManager to set a maxAgeCacheObject. Does the OS automatically delete files that have expired or must I make sure they are cleaned.
Thanks for the help :)