cloudflare / cloudflare/pingora

Add implementation of Storage based on pingora_memory_cache crate to use in HttpProxy

Open
#137 0 comments 5 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
27.4k
Forks
1.7k
Avg merge
6h 22m
Merged PRs (30d)
3

Description

## What is the problem your feature solves, or the need it fulfills?

Being able to use "production-grade" caching out of the box, without needing to dig deep into caching implementation, when only requiring simple in-memory cache.

## Additional context

`pingora::cache::MemCache` has doc-string that says that its `For testing only, not for production use.`.
But it's the only implementer of `pingora::cache::Storage` currently.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.