Crate pingora_memory_cache

source ·

Structs§

Enums§

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.