envoyproxy/envoy

CacheFilter: Make SimpleHttpCache a production-ready in-memory cache

Open

#9,860 opened on 2020年1月28日

GitHub で見る
 (9 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/cachehelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

SimpleHttpCache is a minimal proof-of-concept HttpCache implementation that pays no attention to memory usage, and doesn't ever delete entries. It should be built into a production-ready in-process in-memory cache.

コントリビューターガイド