cachedPageCount property
int
get
cachedPageCount
Number of pages currently held in the in-memory cache.
Implementation
int get cachedPageCount => _cache.length;
Number of pages currently held in the in-memory cache.
int get cachedPageCount => _cache.length;