BloombergLP::bdlcc::Cache::eraseBulk

eraseBulk overloads

Synopses

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...

Return Value

the number of items successfully removed

Parameters

NameDescription
keyskeys of the items to remove
beginbeginning of the key range
endend of the key range