cacheCount property
int
get
cacheCount
Returns the number of files in the cache.
Implementation
int get cacheCount => _files.length;
Returns the number of files in the cache.
int get cacheCount => _files.length;