sapling/common
Zeyi (Rice) Fan 0aeef0996e add cachelib layer to CacheManager
Summary:
Add cachelib layer to `CacheManager`.

`CacheManager` behaviors:

| cachelib | memcache | Behavior |
| -- | -- | -- |
| Miss | Miss | Resolve `fill` future, fill both cache layer |
| Miss | Hit | Fetch data from memcache and fill cachelib with the data fetched |
| Hit | Miss | Return data fetched from cachelib, DO NOT fill memcache |
| Hit | Hit | Return data fetched from cachelib |

Reviewed By: StanislavGlebik

Differential Revision: D15929659

fbshipit-source-id: f7914efc7718c614f39a8fd6ad5e6588773fdd78
2019-06-24 17:48:30 -07:00
..
rust add cachelib layer to CacheManager 2019-06-24 17:48:30 -07:00
uniqueheap/src mononoke: efficient search of max generation in NodeFrontier 2018-11-30 04:34:02 -08:00