BloombergLP::bdlcc::Cache::PostEvictionCallback

Type of function to call after an item has been evicted from the cache.

Synopsis

Declared in <bdlcc_cache.h>

typedef bsl::function<void(ValuePtrType const&)> PostEvictionCallback;