Crate pingora_memory_cache
source ·Structs§
- A high performant in-memory cache with S3-FIFO + TinyLFU
- A read-through in-memory cache on top of MemoryCache
Enums§
- CacheStatus indicates the response type for a query.
Traits§
- Lookup defines the caching behavior that the implementor needs. The
extra
field can be used to define any additional metadata that the implementor uses to determine cache eligibility. - MultiLookup is similar to Lookup. Implement this trait if the system being queried support looking up multiple keys in a single API call.