menu
flutter_oxygen package
documentation
core/services/cache/lru_cache.dart
TimedLruCache<K, V>
TimedLruCache.new constructor
TimedLruCache.new constructor
dark_mode
light_mode
TimedLruCache<
K
,
V
>
constructor
TimedLruCache<
K
,
V
>
(
{
required
int
maxSize
,
required
Duration
expiration
,
})
Implementation
TimedLruCache({required this.maxSize, required this.expiration}) : assert(maxSize > 0);
flutter_oxygen package
documentation
core/services/cache/lru_cache
TimedLruCache<K, V>
TimedLruCache.new constructor
TimedLruCache class