menu
flutter_video_caching package
documentation
cache/lru_cache_impl.dart
LruCacheImpl<K, V>
missCount property
missCount property
dark_mode
light_mode
missCount
property
int
missCount
getter/setter pair
The total number of cache misses (failed lookups).
Implementation
int missCount = 0;
flutter_video_caching package
documentation
cache/lru_cache_impl
LruCacheImpl<K, V>
missCount property
LruCacheImpl class