findWithoutPromotion overloads
Declared in <folly/container/WeightedEvictingCacheMap.h>
Same but without LRU promotion.
template<typename K>
iterator
findWithoutPromotion(K const& key);
» more...
Same but without LRU promotion, returning a const iterator.
template<typename K>
const_iterator
findWithoutPromotion(K const& key) const;
» more...
| Name | Description |
|---|---|
| key | The key to search for. |