A fast and concurrent cache library inspired by Java Caffeine.
# Cargo.toml
[dependencies]
moka = "0.12.15"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a concurrent cache with bounded size and eviction policies.
Add `features = ["sync"]` or `features = ["future"]` to Cargo.toml dependency.
No dependency data recorded yet.