Baseflow / flutter_cache_manager

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

Retrieving file data synchronously from memCache #420

Open amirbahrawy opened 1 year ago

amirbahrawy commented 1 year ago

🚀 Feature Requests

Currently, the getFileFromMemory function retrieves file data asynchronously using async/await. However, in certain scenarios, it would be beneficial to retrieve the data synchronously without waiting for the async operation to complete.

Contextualize the feature

Describe the feature

Platforms affected (mark all that apply)