Decision Workspace
use-cache-store vs cache-mod vs sparkv
Side-by-side comparison of Rust crates
49
use-cache-store
experimentalv0.1.0
Cache store modeling primitives for RustUse
59
cache-mod
experimentalv1.0.0
High-performance in-process caching with multiple eviction policies (LRU, LFU, TinyLFU, TTL, size-bounded). Async-safe, lock-minimized internals. Typed key-value API. No dependency on any external store.
57
sparkv
growingv0.2.0
Expirable in-memory key-value store with per-entry TTL and zero dependencies
Core Metrics
| use-cache-store | cache-mod | sparkv | |
|---|---|---|---|
| Health Score | 49 | 59 | 57 |
| Total Downloads | 70 | 145 | 2.7K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 1 | 0 | 1 |
| Releases | 1 | 9 | 3 |
| Last Updated | 45d ago | 53d ago | 27d ago |
| Age | 1m | 1m | 2y 2m |
Health Breakdown
use-cache-store
Maintenance
10
Quality
15
Community
7
Popularity
2
Documentation
15
cache-mod
Maintenance
16
Quality
19
Community
6
Popularity
3
Documentation
15
sparkv
Maintenance
15
Quality
16
Community
7
Popularity
4
Documentation
15
Technical Details
| use-cache-store | cache-mod | sparkv | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 4KB | 91KB | 9KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | 1.95.0 | 1.75 | 1.70 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cache-mod leads with a health score of 59/100, but none of the options score above 80.
- •sparkv has the most downloads (2.7K), suggesting wider adoption.
- •use-cache-store, sparkv are pre-1.0 — API may change.