[#BloombergLP-bdlcc-Cache-insertBulk-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Cache.adoc[Cache]::insertBulk :relfileprefix: ../../../ :mrdocs: Insert the specified range of Key‐Value pairs specified by `[ begin, end )]` into this cache. If a key already exists, then its value will be replaced with the value. Return the number of items successfully inserted. == Synopsis Declared in `<bdlcc_cache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INPUT_ITERATOR> int insertBulk( INPUT_ITERATOR begin, INPUT_ITERATOR end); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#