cacheHits property

int cacheHits

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

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

Implementation

int get cacheHits => _db.descriptorSync.hits;