Docs.rs
multi-tier-cache-0.6.3
multi-tier-cache 0.6.3
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
thichuong
Dependencies
anyhow ^1.0
normal
bytes ^1.6
normal
dashmap ^5.5
normal
futures-util ^0.3
normal
memcache ^0.17
normal
optional
moka ^0.12
normal
parking_lot ^0.12
normal
optional
quick_cache ^0.6
normal
optional
rand ^0.8
normal
redis ^1.0.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.43
normal
tracing ^0.1
normal
criterion ^0.5
dev
reqwest ^0.12
dev
tokio ^1.43
dev
tracing ^0.1
dev
tracing-subscriber ^0.3.20
dev
Versions
79.79%
of the crate is documented
Go to latest version
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.3
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