menu
flutter_lru_cache package
documentation
lru_cache.dart
LRUCache<K, V>
LRUCache.new constructor
LRUCache.new constructor
dark_mode
light_mode
LRUCache<
K
,
V
>
constructor
LRUCache<
K
,
V
>
(
int
capacity
)
Implementation
LRUCache(this.capacity);
flutter_lru_cache package
documentation
lru_cache
LRUCache<K, V>
LRUCache.new constructor
LRUCache class