Flutter
painting
ImageCache
currentSize property
currentSize
ImageCache class
Constructors
ImageCache
Properties
currentSize
currentSizeBytes
maximumSize
maximumSizeBytes
hashCode
runtimeType
Methods
clear
evict
putIfAbsent
noSuchMethod
toString
Operators
operator ==
currentSize property
int
currentSize
The current number of cached entries.
Implementation
int get currentSize => _cache.length;