[#BloombergLP-bdlcc-Cache-insertBulk-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Cache.adoc[Cache]::insertBulk :relfileprefix: ../../../ :mrdocs: Insert the specified `data` (composed of Key‐Value pairs) 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"] ---- int insertBulk(xref:bsl/vector-00d.adoc[bsl::vector<KVType>] const& data); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#