Type of function to call after an item has been evicted from the cache.
Declared in <bdlcc_cache.h>
<bdlcc_cache.h>
typedef bsl::function<void(ValuePtrType const&)> PostEvictionCallback;