menu
datum package
documentation
source/core/utils/lru_cache.dart
LRUCache<K, V>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Returns the number of entries in the cache.
Implementation
int get length => _cache.length;
datum package
documentation
source/core/utils/lru_cache
LRUCache<K, V>
length property
LRUCache class