[#BloombergLP-bdlcc-Cache-PostEvictionCallback] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Cache.adoc[Cache]::PostEvictionCallback :relfileprefix: ../../../ :mrdocs: Type of function to call after an item has been evicted from the cache. == Synopsis Declared in `<bdlcc_cache.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/function-0a.adoc[bsl::function<void(xref:BloombergLP/bdlcc/Cache/ValuePtrType.adoc[ValuePtrType] const&)>] PostEvictionCallback; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#