• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / stash / 19720748404 / 1
83%
master: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/cargo/lib/stash-rust/bytes-1.11.1
DEFAULT BRANCH: master
Ran 26 Nov 2025 11:58PM UTC
Files 11
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Nov 2025 11:56PM UTC coverage: 82.675% (-0.3%) from 82.976%
19720748404.1

push

github

umputun
feat(store): add optional in-memory cache for read operations

Add loading cache wrapper using go-pkgz/lcw/v2 that:
- Caches values on first read (loading cache pattern)
- Automatically invalidates on Set/Delete operations
- Uses LRU eviction with configurable max keys

Useful for PostgreSQL deployments where network latency
makes caching beneficial, or high-volume read workloads.

Configuration:
- --cache.enabled / STASH_CACHE_ENABLED
- --cache.max-keys / STASH_CACHE_MAX_KEYS (default: 1000)

1904 of 2303 relevant lines covered (82.67%)

21.44 hits per line

Source Files on job 19720748404.1
  • Tree
  • List 11
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19720748404
  • e25139f5 on github
  • Prev Job for on feature/cache-layer (#19720393988.1)
  • Next Job for on feature/cache-layer (#19720768990.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc