Baseflow / flutter_cache_manager

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

Add config getter to CacheManager #378

Open HugoHeneault opened 2 years ago

HugoHeneault commented 2 years ago

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

Feature

:arrow_heading_down: What is the current behavior?

CacheManager.config isn't accessible

:new: What is the new behavior (if this is a feature change)?

I added a CacheManager.config getter allowing to read config.

:boom: Does this PR introduce a breaking change?

No

:bug: Recommendations for testing

This is quite simple, shouldn't require much testing.

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting