-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72090/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Greg Mann.
Bugs: MESOS-10056
https://issues.apache.org/jira/browse/MESOS-10056
Repository: mesos
Description
-------
This patch adds a key-value cache that hands out shared pointers to
cached items, but does not own them (hence, the items get deleted
as soon as they are no longer referenced by cache users).
Diffs
-----
3rdparty/libprocess/Makefile.am 82ae581583e820f079ac4c361d57af12493b9f3a
3rdparty/libprocess/include/Makefile.am
e1a6f1ea9f1bf7412a401ab6a5fe81f9d896c32c
3rdparty/libprocess/include/process/weak_cache.hpp PRE-CREATION
3rdparty/libprocess/src/tests/CMakeLists.txt
b4ec9907d16c89b45562f4fa33c9f3d2913f6991
3rdparty/libprocess/src/tests/weak_cache_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/72090/diff/1/
Testing
-------
Thanks,
Andrei Sekretenko