[#BloombergLP-bdlcc-Cache-setPostEvictionCallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Cache.adoc[Cache]::setPostEvictionCallback :relfileprefix: ../../../ :mrdocs: Set the post‐eviction callback to the specified `postEvictionCallback`. The post‐eviction callback is invoked for each item evicted or removed from this cache. == Synopsis Declared in `<bdlcc_cache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setPostEvictionCallback(xref:BloombergLP/bdlcc/Cache/PostEvictionCallback.adoc[PostEvictionCallback] const& postEvictionCallback); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#