menu
data_cache_x package
documentation
analytics/cache_analytics.dart
CacheAnalytics
hitCount property
hitCount property
dark_mode
light_mode
hitCount
property
int
get
hitCount
Gets the total number of cache hits.
Implementation
int get hitCount => _hitCount;
data_cache_x package
documentation
analytics/cache_analytics
CacheAnalytics
hitCount property
CacheAnalytics class