Crate pingora_memory_cache

Source

Structs§

MemoryCache
A high performant in-memory cache with S3-FIFO + TinyLFU
RTCache
A read-through in-memory cache on top of MemoryCache

Enums§

CacheStatus
CacheStatus indicates the response type for a query.

Traits§

Lookup
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
MultiLookup is similar to Lookup. Implement this trait if the system being queried support looking up multiple keys in a single API call.