menu
flutter_lru_cache package
documentation
lru_cache.dart
LRUCache<K, V>
containsKey method
containsKey method
dark_mode
light_mode
containsKey
method
bool
containsKey
(
K
key
)
Implementation
bool containsKey(K key) => _cache.containsKey(key);
flutter_lru_cache package
documentation
lru_cache
LRUCache<K, V>
containsKey method
LRUCache class