menu
dio_toolkit package
documentation
cache.dart
CacheOptions
CacheOptions.new const constructor
CacheOptions.new const constructor
dark_mode
light_mode
CacheOptions
constructor
const
CacheOptions
(
{
Duration
maxAge
=
const Duration(minutes: 5)
,
bool
forceRefresh
=
false
,
})
Implementation
const CacheOptions( {this.maxAge = const Duration(minutes: 5), this.forceRefresh = false});
dio_toolkit package
documentation
cache
CacheOptions
CacheOptions.new const constructor
CacheOptions class