menu
u package
documentation
components/doc/u_doc.dart
ULruCache<K, V>
ULruCache.new constructor
ULruCache.new constructor
dark_mode
light_mode
ULruCache<
K
,
V
>
constructor
ULruCache<
K
,
V
>
(
{
required
int
maxBytes
,
required
int
sizeOf
(
V
value
),
void
onEvict
(
K
key
,
V
value
)?,
})
Implementation
ULruCache({required this.maxBytes, required this.sizeOf, this.onEvict});
u package
documentation
components/doc/u_doc
ULruCache<K, V>
ULruCache.new constructor
ULruCache class