menu
plex package
documentation
plex_networking/plex_cache.dart
PlexCacheConfig
PlexCacheConfig.new const constructor
PlexCacheConfig.new const constructor
dark_mode
light_mode
PlexCacheConfig
constructor
const
PlexCacheConfig
(
{
Duration
maxAge
=
const Duration(minutes: 5)
,
Duration
?
maxStale
,
String
cacheKey
(
String
url
,
Map
<
String
,
dynamic
>
?
query
)?,
})
Implementation
const PlexCacheConfig({ this.maxAge = const Duration(minutes: 5), this.maxStale, this.cacheKey, });
plex package
documentation
plex_networking/plex_cache
PlexCacheConfig
PlexCacheConfig.new const constructor
PlexCacheConfig class