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