menu
dart_libp2p package
documentation
p2p/discovery/backoff/lru_cache.dart
LRUCache<K, V>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Returns the number of items in the cache
Implementation
int get length => _cache.length;
dart_libp2p package
documentation
p2p/discovery/backoff/lru_cache
LRUCache<K, V>
length property
LRUCache class