envoyproxy/envoy

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

Open

#9,860 创建于 2020年1月28日

在 GitHub 查看
 (9 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/cachehelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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.

贡献者指南