Skip to content

Commit e68660e

Browse files
authored
Merge pull request #378 from OwnWeb/feat/expose-config
Add config getter to CacheManager
2 parents 4c99b7d + b9da5b2 commit e68660e

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)