A lighter edition of Moka, a fast and concurrent cache library.
# Cargo.toml
[dependencies]
mini-moka = "0.10.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a synchronous cache with a maximum capacity and perform insert and get operations.
Evaluate your caching requirements; consider using the full Moka crate if you need advanced features like time-based expiration or weighted capacity.
No dependency data recorded yet.