totalSize property
int
get
totalSize
Gets the total size of all items in the cache (estimated).
Implementation
int get totalSize => _totalSize;
Gets the total size of all items in the cache (estimated).
int get totalSize => _totalSize;