menu
flutter_oxygen package
documentation
core/services/cache/persistent_cache.dart
PersistentCache<V>
length property
length property
dark_mode
light_mode
length
property
int
get
length
获取缓存大小
Implementation
int get length => _keysIndex.length;
flutter_oxygen package
documentation
core/services/cache/persistent_cache
PersistentCache<V>
length property
PersistentCache class