menu
extensions package
documentation
caching.dart
ICacheEntry
expirationTokens property
expirationTokens property
dark_mode
light_mode
expirationTokens
property
List
<
Stream
<
void
>
>
get
expirationTokens
Gets the
Stream
s that cause the cache entry to expire.
Implementation
List<Stream<void>> get expirationTokens;
extensions package
documentation
caching
ICacheEntry
expirationTokens property
ICacheEntry class