[#BloombergLP-bdlcc-Cache-visit] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Cache.adoc[Cache]::visit :relfileprefix: ../../../ :mrdocs: Call the specified `visitor` for every item stored in this cache in the order of the eviction queue until `visitor` returns `false`. The `VISITOR` type must be a callable object that can be invoked in the same way as the function `bool (const KEY&, const VALUE&)` == Synopsis Declared in `<bdlcc_cache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VISITOR> void visit(VISITOR& visitor) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#