Set the post-eviction callback to the specified postEvictionCallback.
Declared in <bdlcc_cache.h>
void
setPostEvictionCallback(PostEvictionCallback const& postEvictionCallback);
The post-eviction callback is invoked for each item evicted or removed from this cache.
| Name | Description |
|---|---|
| postEvictionCallback | callback invoked after eviction or removal |