eraseBulk overloads
Declared in <bdlcc_cache.h>
Remove the items having the specified keys from this cache.
int
eraseBulk(bsl::vector<KEY> const& keys);
» more...
Remove the items having the keys in the specified range.
template<class INPUT_ITERATOR>
int
eraseBulk(
INPUT_ITERATOR begin,
INPUT_ITERATOR end);
» more...
the number of items successfully removed
| Name | Description |
|---|---|
| keys | keys of the items to remove |
| begin | beginning of the key range |
| end | end of the key range |