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