menu
dartpollo package
documentation
cache/cache_link.dart
CacheLink
evict method
evict method
dark_mode
light_mode
evict
method
void
evict
(
String
key
)
Evicts a specific cache entry.
Implementation
void evict(String key) => store.delete(key);
dartpollo package
documentation
cache/cache_link
CacheLink
evict method
CacheLink class