facebook / CacheLib

Pluggable in-process caching engine to build and scale high performance services

Home Page:https://www.cachelib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is `cachelib/facebook/admin/CacheAdmin.h`?

seekstar opened this issue · comments

I want to use facebook::rocks_secondary_cache::RocksCachelibWrapper in my project. However, after including cachelib/adaptor/rocks_secondary_cache/CachelibWrapper.h, the compiler complains that cachelib/facebook/admin/CacheAdmin.h is not found. I can't find the header in the cachelib repo, either. I even tried to google the file, but still can't find it.

It seems that it's a private header file for internal use in facebook. I copied RocksCachelibWrapper-related code to a separate repo with internally used code removed, so that it can compile normally: https://github.com/seekstar/RocksCachelibWrapper