menu
dart_libp2p package
documentation
p2p/discovery/backoff/lru_cache.dart
LRUCache<K, V>
containsKey method
containsKey method
dark_mode
light_mode
containsKey
method
bool
containsKey
(
K
key
)
Returns true if the cache contains the key
Implementation
bool containsKey(K key) => _cache.containsKey(key);
dart_libp2p package
documentation
p2p/discovery/backoff/lru_cache
LRUCache<K, V>
containsKey method
LRUCache class