menu
flutter_video_caching package
documentation
cache/lru_cache_impl.dart
LruCacheImpl<K, V>
size property
size property
dark_mode
light_mode
size
property
int
size
getter/setter pair
The current number of entries in the cache.
Implementation
int size = 0;
flutter_video_caching package
documentation
cache/lru_cache_impl
LruCacheImpl<K, V>
size property
LruCacheImpl class