menu
datum package
documentation
source/core/utils/lru_cache.dart
LRUCache<K, V>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Removes all entries from the cache.
Implementation
void clear() { _cache.clear(); }
datum package
documentation
source/core/utils/lru_cache
LRUCache<K, V>
clear method
LRUCache class