cacheHitsAsync property

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

Retrieve the number of successful 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 `hits`.$_syncRemoval')
Future<int> get cacheHitsAsync => hits;