Expand description
In-memory caching module using pingora-memory-cache
This module provides fast in-memory caching for hot data like:
- Route matching results
- Parsed configuration fragments
- Compiled regex patterns
- Upstream selection hints
Uses S3-FIFO + TinyLFU eviction for excellent hit rates on skewed workloads.
Structsยง
- Memory
Cache Config - Configuration for the memory cache
- Memory
Cache Manager - Memory cache manager using pingora-memory-cache
- Memory
Cache Stats - Statistics for the memory cache
- Route
Match Entry - Route matching cache entry
- Typed
Cache - Generic cache wrapper for arbitrary types