menu
flutter_lru_cache package
documentation
lru_cache.dart
LRUCache<K, V>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Implementation
int get length => _cache.length;
flutter_lru_cache package
documentation
lru_cache
LRUCache<K, V>
length property
LRUCache class