cacheMissesAsync property

  1. @Deprecated('Migrate to `misses`. $_syncRemoval')
Future<int> cacheMissesAsync

Retrieve the number of unsuccessful tile retrievals when browsing

Prefer using all when multiple statistics are required instead of getting them individually. Only one backend operation is required to get all the stats, and so is more efficient.

Implementation

@Deprecated('Migrate to `misses`. $_syncRemoval')
Future<int> get cacheMissesAsync => misses;