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