envoyproxy/envoy
View on GitHubCacheFilter: Make SimpleHttpCache a production-ready in-memory cache
Open
#9,860 opened on Jan 28, 2020
area/cachehelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
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.