menu
aquabase package
documentation
cache/smart_cache.dart
SmartCache
evict method
evict method
dark_mode
light_mode
evict
method
Future
<
void
>
evict
(
String
key
)
Implementation
Future<void> evict(String key) async { _sieveRemove(key); await _disk.evict(key); }
aquabase package
documentation
cache/smart_cache
SmartCache
evict method
SmartCache class