pmem / CacheLib

Pluggable in-process caching engine to build and scale high performance services
https://www.cachelib.org
Apache License 2.0
5 stars 13 forks source link

Fix eviction flow and removeCb calls #37

Closed vinser52 closed 2 years ago

vinser52 commented 2 years ago

Without this fix removeCb called even in case when Item is moved between tiers.


This change is Reviewable