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