menu
iws_http_model package
documentation
cache_config.dart
CacheConfig
CacheConfig.new const constructor
CacheConfig.new const constructor
dark_mode
light_mode
CacheConfig
constructor
const
CacheConfig
(
{
required
IwsCache
cache
,
Duration
?
ttl
,
bool
staleWhileRevalidate
=
false
,
})
Implementation
const CacheConfig({ required this.cache, this.ttl, this.staleWhileRevalidate = false, });
iws_http_model package
documentation
cache_config
CacheConfig
CacheConfig.new const constructor
CacheConfig class