menu
flutter_master_cache package
documentation
async/async_managed_cache.dart
AsyncManagedCache<K, V>
AsyncManagedCache constructor
AsyncManagedCache constructor
dark_mode
light_mode
AsyncManagedCache<
K
,
V
>
constructor
AsyncManagedCache<
K
,
V
>
(
{
Duration
?
expireDuration
,
void
onExpired
(
K
k
,
V?
v
)?,
Duration
?
reloadDuration
,
void
onReloaded
(
K
k
)?,
})
Implementation
AsyncManagedCache({ this.expireDuration, this.onExpired, this.reloadDuration, this.onReloaded, });
flutter_master_cache package
documentation
async/async_managed_cache
AsyncManagedCache<K, V>
AsyncManagedCache constructor
AsyncManagedCache class