menu
flutter_video_caching package
documentation
cache/lru_cache_impl.dart
LruCacheImpl<K, V>
evictionCount property
evictionCount property
dark_mode
light_mode
evictionCount
property
int
evictionCount
getter/setter pair
The total number of times an entry has been evicted from the cache.
Implementation
int evictionCount = 0;
flutter_video_caching package
documentation
cache/lru_cache_impl
LruCacheImpl<K, V>
evictionCount property
LruCacheImpl class