Skip to content

Commit

Permalink
Merge pull request #378 from OwnWeb/feat/expose-config
Browse files Browse the repository at this point in the history
Add config getter to CacheManager
  • Loading branch information
martijn00 authored Jul 31, 2024
2 parents 4c99b7d + b9da5b2 commit e68660e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flutter_cache_manager/lib/src/cache_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ class CacheManager implements BaseCacheManager {

final Config _config;

/// Get the config
Config get config => _config;

/// Store helper for cached files
final CacheStore _store;

Expand Down

0 comments on commit e68660e

Please sign in to comment.