Baseflow / flutter_cache_manager

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

access_to_cache_store_via_external_part #362

Closed Anonymous747 closed 1 year ago

Anonymous747 commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Some changed export file

:arrow_heading_down: What is the current behavior?

The behaviour is the same, except the ability to access cache_store from external code.

:boom: Does this PR introduce a breaking change?

No, it doesn't have

:bug: The main goal of changes

The need to modify cache_manager and use the full feature of it factory CacheManager.custom to change the CacheStore and some of its abilities. This is necessary, to except saving images to the database and save, if necessary, only in the RAM memory. Ask to allow me to apply this change.