menu
flutter_video_caching package
documentation
cache/lru_cache_impl.dart
LruCacheImpl<K, V>
maxSize property
maxSize property
dark_mode
light_mode
maxSize
property
int
maxSize
getter/setter pair
The maximum number of entries the cache can hold.
Implementation
late int maxSize;
flutter_video_caching package
documentation
cache/lru_cache_impl
LruCacheImpl<K, V>
maxSize property
LruCacheImpl class