Skip to content

Commit b9da5b2

Browse files
committed
Add config getter to CacheManager
1 parent 205387b commit b9da5b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flutter_cache_manager/lib/src/cache_manager.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ class CacheManager implements BaseCacheManager {
4848

4949
final Config _config;
5050

51+
/// Get the config
52+
Config get config => _config;
53+
5154
/// Store helper for cached files
5255
final CacheStore _store;
5356

0 commit comments

Comments
 (0)