menu
pofk_algorithm package
documentation
map_algorithms/mru_cache.dart
MRUCache<K, V>
MRUCache.new constructor
MRUCache.new constructor
dark_mode
light_mode
MRUCache<
K
,
V
>
constructor
MRUCache<
K
,
V
>
(
int
capacity
)
Implementation
MRUCache(this.capacity);
pofk_algorithm package
documentation
map_algorithms/mru_cache
MRUCache<K, V>
MRUCache.new constructor
MRUCache class