This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch prototype/fdb-layer in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b3899c402c0b93833c40235a473dc67e4988b8da Merge: cea9274 2f7957c Author: Jay Doane <[email protected]> AuthorDate: Tue Dec 10 23:59:46 2019 -0800 Merge pull request #2331 from cloudant/expiring-cache Expiring cache rebar.config.script | 1 + src/couch_expiring_cache/README.md | 71 +++++++++++++ .../include/couch_expiring_cache.hrl | 17 +++ src/couch_expiring_cache/rebar.config | 14 +++ .../src/couch_expiring_cache.app.src | 27 +++++ .../src/couch_expiring_cache.erl | 56 ++++++++++ .../src/couch_expiring_cache_fdb.erl | 116 +++++++++++++++++++++ .../src/couch_expiring_cache_server.erl | 110 +++++++++++++++++++ .../test/couch_expiring_cache_tests.erl | 95 +++++++++++++++++ 9 files changed, 507 insertions(+)
