Docs.rs
pingora-memory-cache-0.4.0
pingora-memory-cache 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
eaufavor
Dependencies
TinyUFO ^0.4.0
normal
ahash >=0.8.9
normal
async-trait ^0.1.42
normal
log ^0.4
normal
parking_lot ^0
normal
pingora-error ^0.4.0
normal
pingora-timeout ^0.4.0
normal
tokio ^1
normal
Versions
95%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pingora_
memory_
cache
0.4.0
All Items
Crate Items
Structs
Enums
Traits
Crate
pingora_memory_cache
Copy item path
Source
Structs
§
Memory
Cache
A high performant in-memory cache with S3-FIFO + TinyLFU
RTCache
A read-through in-memory cache on top of
MemoryCache
Enums
§
Cache
Status
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.
Multi
Lookup
MultiLookup
is similar to
Lookup
. Implement this trait if the system being queried support looking up multiple keys in a single API call.