menu
data_cache_x package
documentation
models/cache_item.dart
CacheItem<T>
expiry property
expiry property
dark_mode
light_mode
expiry
property
DateTime
?
expiry
final
The time at which the item expires and should be removed from the cache.
Implementation
final DateTime? expiry;
data_cache_x package
documentation
models/cache_item
CacheItem<T>
expiry property
CacheItem class