Remove the items having the specified keys from this cache. Invoke the post‐eviction callback for each removed item. Return the number of items successfully removed.

Synopsis

Declared in <bdlcc_cache.h>

int
eraseBulk(bsl::vector<KEY> const& keys);

Created with MrDocs