menu
flame package
documentation
cache.dart
MemoryCache<K, V>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
K
key
)
Removes the value from the cache.
Implementation
void clear(K key) { _cache.remove(key); }
flame package
documentation
cache
MemoryCache<K, V>
clear method
MemoryCache class