menu
swift_flutter package
documentation
core/caching.dart
MemoryCache<T>
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
key
)
Remove cached data
Implementation
void remove(String key) { _cache.remove(key); _accessFrequency.remove(key); }
swift_flutter package
documentation
core/caching
MemoryCache<T>
remove method
MemoryCache class