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

Async eviction #21

Closed igchor closed 2 years ago

igchor commented 2 years ago

Based on https://github.com/pmem/CacheLib/pull/16 with a few fixes

Right now, there are a few features missing:


This change is Reviewable