cacheHitsAsync property

Future<int> cacheHitsAsync

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

Implementation

Future<int> get cacheHitsAsync async => (await _db.descriptor).hits;