menu
flutter_oxygen package
documentation
core/services/cache/lru_cache.dart
LruCache<K, V>
values property
values property
dark_mode
light_mode
values
property
Iterable
<
V
>
get
values
获取所有缓存的值
Implementation
Iterable<V> get values => _cache.values;
flutter_oxygen package
documentation
core/services/cache/lru_cache
LruCache<K, V>
values property
LruCache class