Baseflow / flutter_cache_manager

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

getFileFromMemory() method still uses file system IO and returns a Future #396

Open hamboomger opened 1 year ago

hamboomger commented 1 year ago

💬 Questions and Help

Hello, I have a question - how can I access the file from in-memory storage synchronously, ideally without touching the file system IO? The getFileFromMemory() method returns future, and I really need the file access to be instantaneous.