Docs.rs
multi-tier-cache-0.6.4
multi-tier-cache 0.6.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
thichuong
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
bincode ^1.3
normal
optional
bytes ^1.5
normal
dashmap ^5.5
normal
futures-util ^0.3
normal
memcache ^0.17
normal
optional
moka ^0.12
normal
optional
parking_lot ^0.12
normal
quick_cache ^0.6
normal
optional
rand ^0.8
normal
redis ^1.0
normal
optional
rmp-serde ^1.1
normal
optional
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.36
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.7
normal
criterion ^0.5
dev
reqwest ^0.12
dev
tokio ^1.36
dev
Versions
80.84%
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
Skip to main content
Module moka_cache
multi_
tier_
cache
0.6.4
Module moka_
cache
Module Items
Structs
In multi_
tier_
cache::
backends
multi_tier_cache
::
backends
Module
moka_
cache
Copy item path
Source
Structs
ยง
Cache
Stats
Cache statistics
Moka
Cache
Moka in-memory cache with per-key TTL support
Moka
Cache
Config
Configuration for
MokaCache
Typed
Cache
Entry
Specialized entry for zero-cost deserialization on L1