menu
flutter_oxygen package
documentation
core/services/cache/lru_cache.dart
LruCache<K, V>
remove method
remove method
dark_mode
light_mode
remove
method
V?
remove
(
K
key
)
移除指定 key
Implementation
V? remove(K key) => _cache.remove(key);
flutter_oxygen package
documentation
core/services/cache/lru_cache
LruCache<K, V>
remove method
LruCache class