menu
flutter_oxygen package
documentation
core/services/cache/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_oxygen package
documentation
core/services/cache/lru_cache
LruCache<K, V>
length property
LruCache class