menu
data_cache_x package
documentation
models/cache_item.dart
CacheItem<T>
accessCount property
accessCount property
dark_mode
light_mode
accessCount
property
int
accessCount
getter/setter pair
The number of times the item has been accessed.
Implementation
int accessCount;
data_cache_x package
documentation
models/cache_item
CacheItem<T>
accessCount property
CacheItem class