intel / CacheLib

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

correct handling for expired items in eviction #86

Closed byrnedj closed 1 year ago

byrnedj commented 1 year ago

We first check if an item is expired under mmContainer lock and if so mark it for eviction so it is recycled back up to allocateInternalTier.


This change is Reviewable