menu
rx_cache_manager package
documentation
cache_wrapper.dart
CacheWrapper<T>
expireIn method
expireIn method
dark_mode
light_mode
expireIn
method
int
expireIn
(
int
ttlValue
)
Implementation
int expireIn(int ttlValue) { return cachedDate + ttlValue - DateTime.now().millisecondsSinceEpoch; }
rx_cache_manager package
documentation
cache_wrapper
CacheWrapper<T>
expireIn method
CacheWrapper class