Docs.rs
tower-http-cache-0.4.3
tower-http-cache 0.4.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
danielrcurtis
Dependencies
async-memcached ^0.5
normal
optional
async-trait ^0.1
normal
axum ^0.8
normal
optional
bb8 ^0.8
normal
optional
bincode ^1.3.3
normal
optional
bytes ^1.7
normal
chrono ^0.4
normal
dashmap ^5.5
normal
flate2 ^1.0
normal
optional
futures-util ^0.3
normal
governor ^0.6
normal
optional
hex ^0.4
normal
http ^1.3
normal
http-body ^1.0
normal
http-body-util ^0.1
normal
metrics ^0.24
normal
optional
moka ^0.12
normal
optional
pin-project-lite ^0.2
normal
redis ^0.32.7
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
sha2 ^0.10
normal
thiserror ^2.0
normal
tokio ^1.40
normal
tokio-util ^0.7
normal
optional
tower ^0.5
normal
tracing ^0.1
normal
optional
uuid ^1.0
normal
axum ^0.8.6
dev
criterion ^0.7
dev
http-body-util ^0.1
dev
redis ^0.32.7
dev
tokio ^1.40
dev
tower ^0.5
dev
tracing-subscriber ^0.3
dev
Versions
69.28%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module codec
tower_
http_
cache
0.4.3
Module codec
Module Items
Structs
Traits
In crate tower_
http_
cache
tower_http_cache
Module
codec
Copy item path
Source
Structs
§
Bincode
Codec
Default
CacheCodec
implementation backed by
bincode
.
Traits
§
Cache
Codec
Trait representing a serialization strategy for cached entries.