cacheMissesAsync property

Future<int> cacheMissesAsync

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

Implementation

Future<int> get cacheMissesAsync async => (await _db.descriptor).misses;