cacheMisses property

int cacheMisses

Retrieve the number of tiles that were unsuccessfully retrieved from the store during browsing synchronously

Prefer cacheMissesAsync to avoid blocking the UI thread. Otherwise, this has slightly better performance.

Implementation

int get cacheMisses => _db.descriptorSync.misses;