sapling/blobstore/test
Simon Farnsworth e1a783d3e6 Add a Memcache-backed caching blobstore
Summary:
Memcache provides us with a low-latency out-of-process cache, shared
between multiple machines. If we use this to provide a write-through cache,
then we get a couple of benefits:

1. Mononoke servers accessing the same memcache backend get low latency access
to commonly requested blobs.
2. Recently written blobs are available at low latency to the server that just
wrote them, hopefully speeding up new_blobimport.

Reviewed By: StanislavGlebik

Differential Revision: D8124623

fbshipit-source-id: 5af085aa8bb63c1366740edfda9020d72b8a9015
2018-05-30 07:21:15 -07:00
..
main.rs Add a Memcache-backed caching blobstore 2018-05-30 07:21:15 -07:00