Docs.rs
pingora-cache-0.4.0
pingora-cache 0.4.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
eaufavor
Dependencies
ahash >=0.8.9
normal
async-trait ^0.1.42
normal
blake2 ^0.10
normal
bytes ^1.0
normal
hex ^0.4
normal
http ^1.0.0
normal
httparse ^1
normal
httpdate ^1.0.2
normal
indexmap ^1
normal
log ^0.4
normal
lru ^0
normal
once_cell ^1
normal
parking_lot ^0.12
normal
pingora-core ^0.4.0
normal
pingora-error ^0.4.0
normal
pingora-header-serde ^0.4.0
normal
pingora-http ^0.4.0
normal
pingora-lru ^0.4.0
normal
pingora-timeout ^0.4.0
normal
regex ^1
normal
rmp ^0.8
normal
rmp-serde ^1
normal
rustracing ^0.5.1
normal
rustracing_jaeger ^0.7
normal
serde ^1.0
normal
strum ^0.26
normal
tokio ^1
normal
dhat ^0
dev
env_logger ^0.9
dev
futures ^0.3
dev
tokio ^1
dev
tokio-test ^0.4
dev
Versions
89.84%
of the crate is documented
Platform
i686-unknown-linux-gnu
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_
cache
0.4.0
Module storage
Module Items
Modules
Enums
Traits
Type Aliases
In crate pingora_
cache
pingora_cache
Module
storage
Copy item path
Source
Expand description
Cache backend storage abstraction
Modules
§
streaming_
write
Enums
§
Purge
Type
The reason a purge() is called
Traits
§
Handle
Hit
Cache hit handling trait
Handle
Miss
Cache miss handling trait
Storage
Cache storage interface
Type Aliases
§
HitHandler
Hit Handler
Miss
Handler
Miss Handler