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